#B7EEFF

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

Shades of Onahau #B7EEFF

Tints of Onahau #B7EEFF

Color information

#B7EEFF (or 0xB7EEFF) is unknown color: approx Onahau. HEX triplet: B7, EE and FF. RGB value is (183,238,255). Sum of RGB (Red+Green+Blue) = 183+238+255=676 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.07% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EEFF is #481100. Grayscale: #DFDFDF. Windows color (decimal): -4722945 or 16772791. OLE color: 16772791.

HSL color Cylindrical-coordinate representation of color #B7EEFF: hue angle of 194.17º 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 #B7EEFF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183238255-
CMYK0.280.0700
HSL194.17º100%85.88%-
HSV(B)194.17º28.24%100%-
XYZ68.1578.44106.16-
YUV223.49145.7899.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.07%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 255 (100% from 255) = 37.72%
R=27.07%
G=35.21%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832382550.280.0700194.1710085.88
HexB7EEFF1C700c26456
Octal26735637734700302144126
Binary10110111111011101111111111100111001100001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EEFF; }

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

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

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

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

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

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

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

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