#B7EFFA

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

Shades of Onahau #B7EFFA

Tints of Onahau #B7EFFA

Color information

#B7EFFA (or 0xB7EFFA) is unknown color: approx Onahau. HEX triplet: B7, EF and FA. RGB value is (183,239,250). Sum of RGB (Red+Green+Blue) = 183+239+250=672 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.23% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFFA is #481005. Grayscale: #DFDFDF. Windows color (decimal): -4722694 or 16445367. OLE color: 16445367.

HSL color Cylindrical-coordinate representation of color #B7EFFA: hue angle of 189.85º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7EFFA is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183239250-
CMYK0.270.0400.02
HSL189.85º87.01%84.9%-
HSV(B)189.85º26.8%98.04%-
XYZ67.6578.7102.07-
YUV223.51142.9599.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.23%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=27.23%
G=35.57%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832392500.270.0400.02189.8587.0184.9
HexB7EFFA1B402be5755
Octal26735737233402276127125
Binary101101111110111111111010110111000101011111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EFFA; }

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

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

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

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

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

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

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

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