#B6EBFF

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

Shades of Onahau #B6EBFF

Tints of Onahau #B6EBFF

Color information

#B6EBFF (or 0xB6EBFF) is unknown color: approx Onahau. HEX triplet: B6, EB and FF. RGB value is (182,235,255). Sum of RGB (Red+Green+Blue) = 182+235+255=672 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.08% from 672); Green value is 235 (92.19% from 255 or 34.97% 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 #B6EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EBFF is #491400. Grayscale: #DDDDDD. Windows color (decimal): -4789249 or 16772022. OLE color: 16772022.

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

Color convert

RGB182235255-
CMYK0.290.0800
HSL196.44º100%85.69%-
HSV(B)196.44º28.63%100%-
XYZ67.0576.58105.86-
YUV221.43146.9499.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.08%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 255 (100% from 255) = 37.95%
R=27.08%
G=34.97%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822352550.290.0800196.4410085.69
HexB6EBFF1D800c46456
Octal266353377351000304144126
Binary101101101110101111111111111011000001100010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBFF; }

 p { color: rgb(182,235,255); }

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

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

 a { background-color: rgb(182,235,255); }

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

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

 span { border-color: rgb(182,235,255); }

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