#C6EFFB

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

Shades of Onahau #C6EFFB

Tints of Onahau #C6EFFB

Color information

#C6EFFB (or 0xC6EFFB) is unknown color: approx Onahau. HEX triplet: C6, EF and FB. RGB value is (198,239,251). Sum of RGB (Red+Green+Blue) = 198+239+251=688 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.78% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EFFB is #391004. Grayscale: #E4E4E4. Windows color (decimal): -3739653 or 16510918. OLE color: 16510918.

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

Color convert

RGB198239251-
CMYK0.210.0500.02
HSL193.58º86.89%88.04%-
HSV(B)193.58º21.12%98.43%-
XYZ71.5780.7103.07-
YUV228.11140.92106.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.78%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=28.78%
G=34.74%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982392510.210.0500.02193.5886.8988.04
HexC6EFFB15502c25758
Octal30635737325502302127130
Binary110001101110111111111011101011010101100001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EFFB; }

 p { color: rgb(198,239,251); }

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

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

 a { background-color: rgb(198,239,251); }

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

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

 span { border-color: rgb(198,239,251); }

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