#B5EEFC

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

Shades of Onahau #B5EEFC

Tints of Onahau #B5EEFC

Color information

#B5EEFC (or 0xB5EEFC) is unknown color: approx Onahau. HEX triplet: B5, EE and FC. RGB value is (181,238,252). Sum of RGB (Red+Green+Blue) = 181+238+252=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EEFC is #4A1103. Grayscale: #DEDEDE. Windows color (decimal): -4854020 or 16576181. OLE color: 16576181.

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

Color convert

RGB181238252-
CMYK0.280.0600.01
HSL191.83º92.21%84.9%-
HSV(B)191.83º28.17%98.82%-
XYZ67.278103.61-
YUV222.55144.6298.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.97%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=26.97%
G=35.47%
B=37.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812382520.280.0600.01191.8392.2184.9
HexB5EEFC1C601c05c55
Octal26535637434601300134125
Binary10110101111011101111110011100110011100000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEFC; }

 p { color: rgb(181,238,252); }

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

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

 a { background-color: rgb(181,238,252); }

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

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

 span { border-color: rgb(181,238,252); }

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