#B6EFFE

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

Shades of Onahau #B6EFFE

Tints of Onahau #B6EFFE

Color information

#B6EFFE (or 0xB6EFFE) is unknown color: approx Onahau. HEX triplet: B6, EF and FE. RGB value is (182,239,254). Sum of RGB (Red+Green+Blue) = 182+239+254=675 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.96% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFFE is #491001. Grayscale: #DFDFDF. Windows color (decimal): -4788226 or 16707510. OLE color: 16707510.

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

Color convert

RGB182239254-
CMYK0.280.0600.00
HSL192.5º97.3%85.49%-
HSV(B)192.5º28.35%99.61%-
XYZ68.0578.83105.4-
YUV223.67145.1298.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.96%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=26.96%
G=35.41%
B=37.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822392540.280.0600.00192.597.385.49
HexB6EFFE1C600c06155
Octal26635737634600300141125
Binary10110110111011111111111011100110001100000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFFE; }

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

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

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

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

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

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

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

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