#B6EAFB

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

Shades of Onahau #B6EAFB

Tints of Onahau #B6EAFB

Color information

#B6EAFB (or 0xB6EAFB) is unknown color: approx Onahau. HEX triplet: B6, EA and FB. RGB value is (182,234,251). Sum of RGB (Red+Green+Blue) = 182+234+251=667 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.29% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EAFB is #491504. Grayscale: #DCDCDC. Windows color (decimal): -4789509 or 16509622. OLE color: 16509622.

HSL color Cylindrical-coordinate representation of color #B6EAFB: hue angle of 194.78º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6EAFB is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182234251-
CMYK0.270.0700.02
HSL194.78º89.61%84.9%-
HSV(B)194.78º27.49%98.43%-
XYZ66.1375.76102.4-
YUV220.39145.27100.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.29%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=27.29%
G=35.08%
B=37.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822342510.270.0700.02194.7889.6184.9
HexB6EAFB1B702c35a55
Octal26635237333702303132125
Binary101101101110101011111011110111110101100001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EAFB; }

 p { color: rgb(182,234,251); }

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

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

 a { background-color: rgb(182,234,251); }

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

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

 span { border-color: rgb(182,234,251); }

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