#C1EAED

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

Shades of Onahau #C1EAED

Tints of Onahau #C1EAED

Color information

#C1EAED (or 0xC1EAED) is unknown color: approx Onahau. HEX triplet: C1, EA and ED. RGB value is (193,234,237). Sum of RGB (Red+Green+Blue) = 193+234+237=664 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.07% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAED is #3E1512. Grayscale: #DEDEDE. Windows color (decimal): -4068627 or 15592129. OLE color: 15592129.

HSL color Cylindrical-coordinate representation of color #C1EAED: hue angle of 184.09º 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 #C1EAED is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193234237-
CMYK0.190.0100.07
HSL184.09º55%84.31%-
HSV(B)184.09º18.57%92.94%-
XYZ66.776.391.33-
YUV222.08136.42107.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.07%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=29.07%
G=35.24%
B=35.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932342370.190.0100.07184.095584.31
HexC1EAED13107b83754
Octal3013523552310727067124
Binary1100000111101010111011011001110111101110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EAED; }

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

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

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

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

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

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

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

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