#B7ECFC

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

Shades of Onahau #B7ECFC

Tints of Onahau #B7ECFC

Color information

#B7ECFC (or 0xB7ECFC) is unknown color: approx Onahau. HEX triplet: B7, EC and FC. RGB value is (183,236,252). Sum of RGB (Red+Green+Blue) = 183+236+252=671 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.27% from 671); Green value is 236 (92.58% from 255 or 35.17% 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 #B7ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7ECFC is #481303. Grayscale: #DDDDDD. Windows color (decimal): -4723460 or 16575671. OLE color: 16575671.

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

Color convert

RGB183236252-
CMYK0.270.0600.01
HSL193.91º92%85.29%-
HSV(B)193.91º27.38%98.82%-
XYZ67.0977.09103.44-
YUV221.98144.94100.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.27%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=27.27%
G=35.17%
B=37.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832362520.270.0600.01193.919285.29
HexB7ECFC1B601c25c55
Octal26735437433601302134125
Binary10110111111011001111110011011110011100001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ECFC; }

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

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

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

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

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

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

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

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