#B7EAFF

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

Shades of Onahau #B7EAFF

Tints of Onahau #B7EAFF

Color information

#B7EAFF (or 0xB7EAFF) is unknown color: approx Onahau. HEX triplet: B7, EA and FF. RGB value is (183,234,255). Sum of RGB (Red+Green+Blue) = 183+234+255=672 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.23% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EAFF is #481500. Grayscale: #DDDDDD. Windows color (decimal): -4723969 or 16771767. OLE color: 16771767.

HSL color Cylindrical-coordinate representation of color #B7EAFF: hue angle of 197.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7EAFF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183234255-
CMYK0.280.0800
HSL197.5º100%85.88%-
HSV(B)197.5º28.24%100%-
XYZ6776.13105.77-
YUV221.14147.1100.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.23%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 255 (100% from 255) = 37.95%
R=27.23%
G=34.82%
B=37.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832342550.280.0800197.510085.88
HexB7EAFF1C800c66456
Octal267352377341000306144126
Binary101101111110101011111111111001000001100011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAFF; }

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

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

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

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

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

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

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

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