#B7EEF8

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

Shades of Onahau #B7EEF8

Tints of Onahau #B7EEF8

Color information

#B7EEF8 (or 0xB7EEF8) is unknown color: approx Onahau. HEX triplet: B7, EE and F8. RGB value is (183,238,248). Sum of RGB (Red+Green+Blue) = 183+238+248=669 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.35% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7EEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EEF8 is #481107. Grayscale: #DEDEDE. Windows color (decimal): -4722952 or 16314039. OLE color: 16314039.

HSL color Cylindrical-coordinate representation of color #B7EEF8: hue angle of 189.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7EEF8 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183238248-
CMYK0.260.0400.03
HSL189.23º82.28%84.51%-
HSV(B)189.23º26.21%97.25%-
XYZ67.0577.99100.33-
YUV222.7142.2899.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.35%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 248 (97.27% from 255) = 37.07%
R=27.35%
G=35.58%
B=37.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1832382480.260.0400.03189.2382.2884.51
HexB7EEF81A403bd5255
Octal26735637032403275122125
Binary101101111110111011111000110101000111011110110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EEF8; }

 p { color: rgb(183,238,248); }

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

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

 a { background-color: rgb(183,238,248); }

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

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

 span { border-color: rgb(183,238,248); }

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