#B5ECFC

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

Shades of Onahau #B5ECFC

Tints of Onahau #B5ECFC

Color information

#B5ECFC (or 0xB5ECFC) is unknown color: approx Onahau. HEX triplet: B5, EC and FC. RGB value is (181,236,252). Sum of RGB (Red+Green+Blue) = 181+236+252=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECFC is #4A1303. Grayscale: #DDDDDD. Windows color (decimal): -4854532 or 16575669. OLE color: 16575669.

HSL color Cylindrical-coordinate representation of color #B5ECFC: hue angle of 193.52º 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 #B5ECFC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181236252-
CMYK0.280.0600.01
HSL193.52º92.21%84.9%-
HSV(B)193.52º28.17%98.82%-
XYZ66.6276.84103.42-
YUV221.38145.2899.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.06%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=27.06%
G=35.28%
B=37.67%

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
Decimal1812362520.280.0600.01193.5292.2184.9
HexB5ECFC1C601c25c55
Octal26535437434601302134125
Binary10110101111011001111110011100110011100001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECFC; }

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

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

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

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

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

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

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

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