#B6E6F3

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

Shades of Onahau #B6E6F3

Tints of Onahau #B6E6F3

Color information

#B6E6F3 (or 0xB6E6F3) is unknown color: approx Onahau. HEX triplet: B6, E6 and F3. RGB value is (182,230,243). Sum of RGB (Red+Green+Blue) = 182+230+243=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6E6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E6F3 is #49190C. Grayscale: #D9D9D9. Windows color (decimal): -4790541 or 15984310. OLE color: 15984310.

HSL color Cylindrical-coordinate representation of color #B6E6F3: hue angle of 192.79º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6E6F3 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182230243-
CMYK0.250.0500.05
HSL192.79º71.76%83.33%-
HSV(B)192.79º25.1%95.29%-
XYZ63.7773.0195.53-
YUV217.13142.6102.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 230 (90.23% from 255) = 35.11%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=27.79%
G=35.11%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822302430.250.0500.05192.7971.7683.33
HexB6E6F319505c14853
Octal26634636331505301110123
Binary1011011011100110111100111100110101011100000110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E6F3; }

 p { color: rgb(182,230,243); }

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

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

 a { background-color: rgb(182,230,243); }

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

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

 span { border-color: rgb(182,230,243); }

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