#B7EAFA

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

Shades of Onahau #B7EAFA

Tints of Onahau #B7EAFA

Color information

#B7EAFA (or 0xB7EAFA) is unknown color: approx Onahau. HEX triplet: B7, EA and FA. RGB value is (183,234,250). Sum of RGB (Red+Green+Blue) = 183+234+250=667 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.44% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EAFA is #481505. Grayscale: #DCDCDC. Windows color (decimal): -4723974 or 16444087. OLE color: 16444087.

HSL color Cylindrical-coordinate representation of color #B7EAFA: hue angle of 194.33º 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 #B7EAFA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183234250-
CMYK0.270.0600.02
HSL194.33º87.01%84.9%-
HSV(B)194.33º26.8%98.04%-
XYZ66.2175.82101.59-
YUV220.58144.6101.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.44%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=27.44%
G=35.08%
B=37.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832342500.270.0600.02194.3387.0184.9
HexB7EAFA1B602c25755
Octal26735237233602302127125
Binary101101111110101011111010110111100101100001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAFA; }

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

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

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

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

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

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

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

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