#C1EEFE

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

Shades of Onahau #C1EEFE

Tints of Onahau #C1EEFE

Color information

#C1EEFE (or 0xC1EEFE) is unknown color: approx Onahau. HEX triplet: C1, EE and FE. RGB value is (193,238,254). Sum of RGB (Red+Green+Blue) = 193+238+254=685 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.18% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EEFE is #3E1101. Grayscale: #E2E2E2. Windows color (decimal): -4067586 or 16707265. OLE color: 16707265.

HSL color Cylindrical-coordinate representation of color #C1EEFE: hue angle of 195.74º 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 #C1EEFE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193238254-
CMYK0.240.0600.00
HSL195.74º96.83%87.65%-
HSV(B)195.74º24.02%99.61%-
XYZ70.4679.64105.42-
YUV226.37143.59104.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.18%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=28.18%
G=34.74%
B=37.08%

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
Decimal1932382540.240.0600.00195.7496.8387.65
HexC1EEFE18600c46158
Octal30135637630600304141130
Binary11000001111011101111111011000110001100010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EEFE; }

 p { color: rgb(193,238,254); }

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

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

 a { background-color: rgb(193,238,254); }

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

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

 span { border-color: rgb(193,238,254); }

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