#B6E3FA

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

Shades of Onahau #B6E3FA

Tints of Onahau #B6E3FA

Color information

#B6E3FA (or 0xB6E3FA) is unknown color: approx Onahau. HEX triplet: B6, E3 and FA. RGB value is (182,227,250). Sum of RGB (Red+Green+Blue) = 182+227+250=659 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.62% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6E3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E3FA is #491C05. Grayscale: #D8D8D8. Windows color (decimal): -4791302 or 16442294. OLE color: 16442294.

HSL color Cylindrical-coordinate representation of color #B6E3FA: hue angle of 200.29º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6E3FA is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182227250-
CMYK0.270.0900.02
HSL200.29º87.18%84.71%-
HSV(B)200.29º27.2%98.04%-
XYZ64.0271.79100.92-
YUV216.17147.09103.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.62%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=27.62%
G=34.45%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822272500.270.0900.02200.2987.1884.71
HexB6E3FA1B902c85755
Octal266343372331102310127125
Binary1011011011100011111110101101110010101100100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E3FA; }

 p { color: rgb(182,227,250); }

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

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

 a { background-color: rgb(182,227,250); }

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

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

 span { border-color: rgb(182,227,250); }

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