#C6EFFE

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

Shades of Onahau #C6EFFE

Tints of Onahau #C6EFFE

Color information

#C6EFFE (or 0xC6EFFE) is unknown color: approx Onahau. HEX triplet: C6, EF and FE. RGB value is (198,239,254). Sum of RGB (Red+Green+Blue) = 198+239+254=691 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.65% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EFFE is #391001. Grayscale: #E4E4E4. Windows color (decimal): -3739650 or 16707526. OLE color: 16707526.

HSL color Cylindrical-coordinate representation of color #C6EFFE: hue angle of 196.07º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6EFFE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198239254-
CMYK0.220.0600.00
HSL196.07º96.55%88.63%-
HSV(B)196.07º22.05%99.61%-
XYZ72.0480.89105.58-
YUV228.45142.42106.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.65%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=28.65%
G=34.59%
B=36.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982392540.220.0600.00196.0796.5588.63
HexC6EFFE16600c46159
Octal30635737626600304141131
Binary11000110111011111111111010110110001100010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EFFE; }

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

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

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

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

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

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

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

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