#B6E5FE

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

Shades of Onahau #B6E5FE

Tints of Onahau #B6E5FE

Color information

#B6E5FE (or 0xB6E5FE) is unknown color: approx Onahau. HEX triplet: B6, E5 and FE. RGB value is (182,229,254). Sum of RGB (Red+Green+Blue) = 182+229+254=665 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.37% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E5FE is #491A01. Grayscale: #D9D9D9. Windows color (decimal): -4790786 or 16704950. OLE color: 16704950.

HSL color Cylindrical-coordinate representation of color #B6E5FE: hue angle of 200.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6E5FE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182229254-
CMYK0.280.1000.00
HSL200.83º97.3%85.49%-
HSV(B)200.83º28.35%99.61%-
XYZ65.273.14104.45-
YUV217.8148.43102.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.37%
GREEN value IS 229 (89.84% from 255) = 34.44%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=27.37%
G=34.44%
B=38.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822292540.280.1000.00200.8397.385.49
HexB6E5FE1CA00c96155
Octal266345376341200311141125
Binary101101101110010111111110111001010001100100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E5FE; }

 p { color: rgb(182,229,254); }

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

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

 a { background-color: rgb(182,229,254); }

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

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

 span { border-color: rgb(182,229,254); }

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