#B4EAFC

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

Shades of Onahau #B4EAFC

Tints of Onahau #B4EAFC

Color information

#B4EAFC (or 0xB4EAFC) is unknown color: approx Onahau. HEX triplet: B4, EA and FC. RGB value is (180,234,252). Sum of RGB (Red+Green+Blue) = 180+234+252=666 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.03% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EAFC is #4B1503. Grayscale: #DBDBDB. Windows color (decimal): -4920580 or 16575156. OLE color: 16575156.

HSL color Cylindrical-coordinate representation of color #B4EAFC: hue angle of 195º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4EAFC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180234252-
CMYK0.290.0700.01
HSL195º92.31%84.71%-
HSV(B)195º28.57%98.82%-
XYZ65.8275.58103.21-
YUV219.91146.1199.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.03%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=27.03%
G=35.14%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802342520.290.0700.0119592.3184.71
HexB4EAFC1D701c35c55
Octal26435237435701303134125
Binary10110100111010101111110011101111011100001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAFC; }

 p { color: rgb(180,234,252); }

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

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

 a { background-color: rgb(180,234,252); }

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

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

 span { border-color: rgb(180,234,252); }

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