#B6E9FF

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

Shades of Onahau #B6E9FF

Tints of Onahau #B6E9FF

Color information

#B6E9FF (or 0xB6E9FF) is unknown color: approx Onahau. HEX triplet: B6, E9 and FF. RGB value is (182,233,255). Sum of RGB (Red+Green+Blue) = 182+233+255=670 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.16% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E9FF is #491600. Grayscale: #DCDCDC. Windows color (decimal): -4789761 or 16771510. OLE color: 16771510.

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

Color convert

RGB182233255-
CMYK0.290.0900
HSL198.08º100%85.69%-
HSV(B)198.08º28.63%100%-
XYZ66.4875.44105.67-
YUV220.26147.6100.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.16%
GREEN value IS 233 (91.41% from 255) = 34.78%
BLUE value IS 255 (100% from 255) = 38.06%
R=27.16%
G=34.78%
B=38.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822332550.290.0900198.0810085.69
HexB6E9FF1D900c66456
Octal266351377351100306144126
Binary101101101110100111111111111011001001100011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E9FF; }

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

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

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

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

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

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

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

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