#B6EAFF

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

Shades of Onahau #B6EAFF

Tints of Onahau #B6EAFF

Color information

#B6EAFF (or 0xB6EAFF) is unknown color: approx Onahau. HEX triplet: B6, EA and FF. RGB value is (182,234,255). Sum of RGB (Red+Green+Blue) = 182+234+255=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EAFF is #491500. Grayscale: #DCDCDC. Windows color (decimal): -4789505 or 16771766. OLE color: 16771766.

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

Color convert

RGB182234255-
CMYK0.290.0800
HSL197.26º100%85.69%-
HSV(B)197.26º28.63%100%-
XYZ66.7676.01105.76-
YUV220.85147.27100.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.12%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 255 (100% from 255) = 38.00%
R=27.12%
G=34.87%
B=38.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822342550.290.0800197.2610085.69
HexB6EAFF1D800c56456
Octal266352377351000305144126
Binary101101101110101011111111111011000001100010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EAFF; }

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

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

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

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

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

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

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

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