#B7EAFE

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

Shades of Onahau #B7EAFE

Tints of Onahau #B7EAFE

Color information

#B7EAFE (or 0xB7EAFE) is unknown color: approx Onahau. HEX triplet: B7, EA and FE. RGB value is (183,234,254). Sum of RGB (Red+Green+Blue) = 183+234+254=671 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.27% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EAFE is #481501. Grayscale: #DCDCDC. Windows color (decimal): -4723970 or 16706231. OLE color: 16706231.

HSL color Cylindrical-coordinate representation of color #B7EAFE: hue angle of 196.9º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7EAFE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183234254-
CMYK0.280.0800.00
HSL196.9º97.26%85.69%-
HSV(B)196.9º27.95%99.61%-
XYZ66.8476.07104.93-
YUV221.03146.6100.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.27%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=27.27%
G=34.87%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832342540.280.0800.00196.997.2685.69
HexB7EAFE1C800c56156
Octal267352376341000305141126
Binary101101111110101011111110111001000001100010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAFE; }

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

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

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

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

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

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

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

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