#B6EBFB

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

Shades of Onahau #B6EBFB

Tints of Onahau #B6EBFB

Color information

#B6EBFB (or 0xB6EBFB) is unknown color: approx Onahau. HEX triplet: B6, EB and FB. RGB value is (182,235,251). Sum of RGB (Red+Green+Blue) = 182+235+251=668 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.25% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EBFB is #491404. Grayscale: #DCDCDC. Windows color (decimal): -4789253 or 16509878. OLE color: 16509878.

HSL color Cylindrical-coordinate representation of color #B6EBFB: hue angle of 193.91º degrees, saturation: 0.9, 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 #B6EBFB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182235251-
CMYK0.270.0600.02
HSL193.91º89.61%84.9%-
HSV(B)193.91º27.49%98.43%-
XYZ66.4176.33102.5-
YUV220.98144.94100.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.25%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=27.25%
G=35.18%
B=37.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822352510.270.0600.02193.9189.6184.9
HexB6EBFB1B602c25a55
Octal26635337333602302132125
Binary101101101110101111111011110111100101100001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBFB; }

 p { color: rgb(182,235,251); }

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

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

 a { background-color: rgb(182,235,251); }

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

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

 span { border-color: rgb(182,235,251); }

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