#B7EAFC

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

Shades of Onahau #B7EAFC

Tints of Onahau #B7EAFC

Color information

#B7EAFC (or 0xB7EAFC) is unknown color: approx Onahau. HEX triplet: B7, EA and FC. RGB value is (183,234,252). Sum of RGB (Red+Green+Blue) = 183+234+252=669 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.35% from 669); Green value is 234 (91.80% from 255 or 34.98% 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 #B7EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EAFC is #481503. Grayscale: #DCDCDC. Windows color (decimal): -4723972 or 16575159. OLE color: 16575159.

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

Color convert

RGB183234252-
CMYK0.270.0700.01
HSL195.65º92%85.29%-
HSV(B)195.65º27.38%98.82%-
XYZ66.5275.94103.25-
YUV220.8145.6101.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.35%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=27.35%
G=34.98%
B=37.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832342520.270.0700.01195.659285.29
HexB7EAFC1B701c45c55
Octal26735237433701304134125
Binary10110111111010101111110011011111011100010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAFC; }

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

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

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

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

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

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

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

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