#B5E9FF

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

Shades of Onahau #B5E9FF

Tints of Onahau #B5E9FF

Color information

#B5E9FF (or 0xB5E9FF) is unknown color: approx Onahau. HEX triplet: B5, E9 and FF. RGB value is (181,233,255). Sum of RGB (Red+Green+Blue) = 181+233+255=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E9FF is #4A1600. Grayscale: #DBDBDB. Windows color (decimal): -4855297 or 16771509. OLE color: 16771509.

HSL color Cylindrical-coordinate representation of color #B5E9FF: hue angle of 197.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5E9FF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181233255-
CMYK0.290.0900
HSL197.84º100%85.49%-
HSV(B)197.84º29.02%100%-
XYZ66.2475.32105.65-
YUV219.96147.77100.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.06%
GREEN value IS 233 (91.41% from 255) = 34.83%
BLUE value IS 255 (100% from 255) = 38.12%
R=27.06%
G=34.83%
B=38.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812332550.290.0900197.8410085.49
HexB5E9FF1D900c66455
Octal265351377351100306144125
Binary101101011110100111111111111011001001100011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9FF; }

 p { color: rgb(181,233,255); }

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

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

 a { background-color: rgb(181,233,255); }

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

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

 span { border-color: rgb(181,233,255); }

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