#B6EFFF

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

Shades of Onahau #B6EFFF

Tints of Onahau #B6EFFF

Color information

#B6EFFF (or 0xB6EFFF) is unknown color: approx Onahau. HEX triplet: B6, EF and FF. RGB value is (182,239,255). Sum of RGB (Red+Green+Blue) = 182+239+255=676 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.92% from 676); Green value is 239 (93.75% from 255 or 35.36% 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 #B6EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFFF is #491000. Grayscale: #DFDFDF. Windows color (decimal): -4788225 or 16773046. OLE color: 16773046.

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

Color convert

RGB182239255-
CMYK0.290.0600
HSL193.15º100%85.69%-
HSV(B)193.15º28.63%100%-
XYZ68.2178.9106.24-
YUV223.78145.6298.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.92%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 255 (100% from 255) = 37.72%
R=26.92%
G=35.36%
B=37.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822392550.290.0600193.1510085.69
HexB6EFFF1D600c16456
Octal26635737735600301144126
Binary10110110111011111111111111101110001100000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFFF; }

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

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

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

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

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

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

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

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