#B4E9FE

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

Shades of Onahau #B4E9FE

Tints of Onahau #B4E9FE

Color information

#B4E9FE (or 0xB4E9FE) is unknown color: approx Onahau. HEX triplet: B4, E9 and FE. RGB value is (180,233,254). Sum of RGB (Red+Green+Blue) = 180+233+254=667 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.99% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E9FE is #4B1601. Grayscale: #DBDBDB. Windows color (decimal): -4920834 or 16705972. OLE color: 16705972.

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

Color convert

RGB180233254-
CMYK0.290.0800.00
HSL197.03º97.37%85.1%-
HSV(B)197.03º29.13%99.61%-
XYZ65.8575.14104.8-
YUV219.55147.4499.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.99%
GREEN value IS 233 (91.41% from 255) = 34.93%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=26.99%
G=34.93%
B=38.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802332540.290.0800.00197.0397.3785.1
HexB4E9FE1D800c56155
Octal264351376351000305141125
Binary101101001110100111111110111011000001100010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E9FE; }

 p { color: rgb(180,233,254); }

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

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

 a { background-color: rgb(180,233,254); }

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

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

 span { border-color: rgb(180,233,254); }

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