#C1E0ED

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

Shades of Onahau #C1E0ED

Tints of Onahau #C1E0ED

Color information

#C1E0ED (or 0xC1E0ED) is unknown color: approx Onahau. HEX triplet: C1, E0 and ED. RGB value is (193,224,237). Sum of RGB (Red+Green+Blue) = 193+224+237=654 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.51% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1E0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E0ED is #3E1F12. Grayscale: #D8D8D8. Windows color (decimal): -4071187 or 15589569. OLE color: 15589569.

HSL color Cylindrical-coordinate representation of color #C1E0ED: hue angle of 197.73º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1E0ED is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193224237-
CMYK0.190.0500.07
HSL197.73º55%84.31%-
HSV(B)197.73º18.57%92.94%-
XYZ63.9370.7690.41-
YUV216.21139.73111.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.51%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=29.51%
G=34.25%
B=36.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932242370.190.0500.07197.735584.31
HexC1E0ED13507c63754
Octal3013403552350730667124
Binary110000011110000011101101100111010111110001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E0ED; }

 p { color: rgb(193,224,237); }

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

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

 a { background-color: rgb(193,224,237); }

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

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

 span { border-color: rgb(193,224,237); }

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