#B6EBFE

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

Shades of Onahau #B6EBFE

Tints of Onahau #B6EBFE

Color information

#B6EBFE (or 0xB6EBFE) is unknown color: approx Onahau. HEX triplet: B6, EB and FE. RGB value is (182,235,254). Sum of RGB (Red+Green+Blue) = 182+235+254=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EBFE is #491401. Grayscale: #DDDDDD. Windows color (decimal): -4789250 or 16706486. OLE color: 16706486.

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

Color convert

RGB182235254-
CMYK0.280.0700.00
HSL195.83º97.3%85.49%-
HSV(B)195.83º28.35%99.61%-
XYZ66.8976.52105.01-
YUV221.32146.4499.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.12%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=27.12%
G=35.02%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822352540.280.0700.00195.8397.385.49
HexB6EBFE1C700c46155
Octal26635337634700304141125
Binary10110110111010111111111011100111001100010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBFE; }

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

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

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

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

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

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

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

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