#C2EFFE

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

Shades of Onahau #C2EFFE

Tints of Onahau #C2EFFE

Color information

#C2EFFE (or 0xC2EFFE) is unknown color: approx Onahau. HEX triplet: C2, EF and FE. RGB value is (194,239,254). Sum of RGB (Red+Green+Blue) = 194+239+254=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EFFE is #3D1001. Grayscale: #E3E3E3. Windows color (decimal): -4001794 or 16707522. OLE color: 16707522.

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

Color convert

RGB194239254-
CMYK0.240.0600.00
HSL195º96.77%87.84%-
HSV(B)195º23.62%99.61%-
XYZ7180.36105.53-
YUV227.25143.09104.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.24%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=28.24%
G=34.79%
B=36.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942392540.240.0600.0019596.7787.84
HexC2EFFE18600c36158
Octal30235737630600303141130
Binary11000010111011111111111011000110001100001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFFE; }

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

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

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

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

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

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

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

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