#b6e8ff

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

Shades of Onahau #B6E8FF

Tints of Onahau #B6E8FF

Color information

#B6E8FF (or 0xB6E8FF) is unknown color: approx Onahau. HEX triplet: B6, E8 and FF. RGB value is (182,232,255). Sum of RGB (Red+Green+Blue) = 182+232+255=669 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.20% from 669); Green value is 232 (91.02% from 255 or 34.68% 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 #B6E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E8FF is #491700. Grayscale: #DBDBDB. Windows color (decimal): -4790017 or 16771254. OLE color: 16771254.

HSL color Cylindrical-coordinate representation of color #B6E8FF: hue angle of 198.9º 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 #B6E8FF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182232255-
CMYK0.290.0900
HSL198.9º100%85.69%-
HSV(B)198.9º28.63%100%-
XYZ66.274.88105.57-
YUV219.67147.94101.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.20%
GREEN value IS 232 (91.02% from 255) = 34.68%
BLUE value IS 255 (100% from 255) = 38.12%
R=27.20%
G=34.68%
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
Decimal1822322550.290.0900198.910085.69
HexB6E8FF1D900c76456
Octal266350377351100307144126
Binary101101101110100011111111111011001001100011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6e8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6e8ff; }

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

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

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

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

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

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

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

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