#B6EFFD

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

Shades of Onahau #B6EFFD

Tints of Onahau #B6EFFD

Color information

#B6EFFD (or 0xB6EFFD) is unknown color: approx Onahau. HEX triplet: B6, EF and FD. RGB value is (182,239,253). Sum of RGB (Red+Green+Blue) = 182+239+253=674 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.00% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFFD is #491002. Grayscale: #DFDFDF. Windows color (decimal): -4788227 or 16641974. OLE color: 16641974.

HSL color Cylindrical-coordinate representation of color #B6EFFD: hue angle of 191.83º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6EFFD is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182239253-
CMYK0.280.0600.01
HSL191.83º94.67%85.29%-
HSV(B)191.83º28.06%99.22%-
XYZ67.8978.77104.55-
YUV223.55144.6298.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.00%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=27.00%
G=35.46%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822392530.280.0600.01191.8394.6785.29
HexB6EFFD1C601c05f55
Octal26635737534601300137125
Binary10110110111011111111110111100110011100000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFFD; }

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

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

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

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

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

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

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

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