#B7EFFD

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

Shades of Onahau #B7EFFD

Tints of Onahau #B7EFFD

Color information

#B7EFFD (or 0xB7EFFD) is unknown color: approx Onahau. HEX triplet: B7, EF and FD. RGB value is (183,239,253). Sum of RGB (Red+Green+Blue) = 183+239+253=675 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.11% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFFD is #481002. Grayscale: #DFDFDF. Windows color (decimal): -4722691 or 16641975. OLE color: 16641975.

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

Color convert

RGB183239253-
CMYK0.280.0600.01
HSL192º94.59%85.49%-
HSV(B)192º27.67%99.22%-
XYZ68.1278.89104.57-
YUV223.85144.4598.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.11%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=27.11%
G=35.41%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832392530.280.0600.0119294.5985.49
HexB7EFFD1C601c05f55
Octal26735737534601300137125
Binary10110111111011111111110111100110011100000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EFFD; }

 p { color: rgb(183,239,253); }

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

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

 a { background-color: rgb(183,239,253); }

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

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

 span { border-color: rgb(183,239,253); }

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