#B6E4EF

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

Shades of Onahau #B6E4EF

Tints of Onahau #B6E4EF

Color information

#B6E4EF (or 0xB6E4EF) is unknown color: approx Onahau. HEX triplet: B6, E4 and EF. RGB value is (182,228,239). Sum of RGB (Red+Green+Blue) = 182+228+239=649 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.04% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E4EF is #491B10. Grayscale: #D7D7D7. Windows color (decimal): -4791057 or 15721654. OLE color: 15721654.

HSL color Cylindrical-coordinate representation of color #B6E4EF: hue angle of 191.58º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6E4EF is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182228239-
CMYK0.240.0500.06
HSL191.58º64.04%82.55%-
HSV(B)191.58º23.85%93.73%-
XYZ62.6171.6692.19-
YUV215.5141.26104.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.04%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=28.04%
G=35.13%
B=36.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822282390.240.0500.06191.5864.0482.55
HexB6E4EF18506c04053
Octal26634435730506300100123
Binary1011011011100100111011111100010101101100000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E4EF; }

 p { color: rgb(182,228,239); }

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

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

 a { background-color: rgb(182,228,239); }

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

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

 span { border-color: rgb(182,228,239); }

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