#B9E5F1

Color #B9E5F1 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #B9E5F1

Tints of Onahau #B9E5F1

Color information

#B9E5F1 (or 0xB9E5F1) is unknown color: approx Onahau. HEX triplet: B9, E5 and F1. RGB value is (185,229,241). Sum of RGB (Red+Green+Blue) = 185+229+241=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9E5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E5F1 is #461A0E. Grayscale: #D9D9D9. Windows color (decimal): -4594191 or 15852985. OLE color: 15852985.

HSL color Cylindrical-coordinate representation of color #B9E5F1: hue angle of 192.86º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9E5F1 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185229241-
CMYK0.230.0500.05
HSL192.86º66.67%83.53%-
HSV(B)192.86º23.24%94.51%-
XYZ63.972.793.88-
YUV217.21141.42105.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 28.24%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=28.24%
G=34.96%
B=36.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852292410.230.0500.05192.8666.6783.53
HexB9E5F117505c14354
Octal27134536127505301103124
Binary1011100111100101111100011011110101011100000110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E5F1; }

 p { color: rgb(185,229,241); }

 H1.HeaderClassName
 {
   color: #B9E5F1;
 }
 .AnyTagClassName
 {
   color: #B9E5F1;
 }
</style>
background-color css

<style>
 a { background-color: #B9E5F1; }

 a { background-color: rgb(185,229,241); }

 div.DivClassName
 {
   background-color: #B9E5F1;
 }
 .BgClassName
 {
   background-color: #B9E5F1;
 }
</style>
border-color css

<style>
 span { border-color: #B9E5F1; }

 span { border-color: rgb(185,229,241); }

 td.TdClassName
 {
   border-color: #B9E5F1;
 }
 .TagClassName
 {
   border-color: #B9E5F1;
 }
</style>