#B6E6FF

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

Shades of Onahau #B6E6FF

Tints of Onahau #B6E6FF

Color information

#B6E6FF (or 0xB6E6FF) is unknown color: approx Onahau. HEX triplet: B6, E6 and FF. RGB value is (182,230,255). Sum of RGB (Red+Green+Blue) = 182+230+255=667 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.29% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E6FF is #491900. Grayscale: #DADADA. Windows color (decimal): -4790529 or 16770742. OLE color: 16770742.

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

Color convert

RGB182230255-
CMYK0.290.1000
HSL200.55º100%85.69%-
HSV(B)200.55º28.63%100%-
XYZ65.6473.76105.39-
YUV218.5148.6101.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.29%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 255 (100% from 255) = 38.23%
R=27.29%
G=34.48%
B=38.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822302550.290.1000200.5510085.69
HexB6E6FF1DA00c96456
Octal266346377351200311144126
Binary101101101110011011111111111011010001100100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E6FF; }

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

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

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

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

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

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

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

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