#B7EBF5

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

Shades of Onahau #B7EBF5

Tints of Onahau #B7EBF5

Color information

#B7EBF5 (or 0xB7EBF5) is unknown color: approx Onahau. HEX triplet: B7, EB and F5. RGB value is (183,235,245). Sum of RGB (Red+Green+Blue) = 183+235+245=663 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.60% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7EBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EBF5 is #48140A. Grayscale: #DCDCDC. Windows color (decimal): -4723723 or 16116663. OLE color: 16116663.

HSL color Cylindrical-coordinate representation of color #B7EBF5: hue angle of 189.68º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7EBF5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183235245-
CMYK0.250.0400.04
HSL189.68º75.61%83.92%-
HSV(B)189.68º25.31%96.08%-
XYZ65.7276.0897.61-
YUV220.59141.77101.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.60%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 245 (96.09% from 255) = 36.95%
R=27.60%
G=35.44%
B=36.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1832352450.250.0400.04189.6875.6183.92
HexB7EBF519404be4c54
Octal26735336531404276114124
Binary1011011111101011111101011100110001001011111010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBF5; }

 p { color: rgb(183,235,245); }

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

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

 a { background-color: rgb(183,235,245); }

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

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

 span { border-color: rgb(183,235,245); }

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