Html Css Color HEX #C1E4ED Onahau

📋 copy color: '#C1E4ED'

red 193 ◦ green 228 ◦ blue 237

#C1E4ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C1E4ED

Tints of Onahau #C1E4ED

RGB

 RED value IS 193 (75.78% from 255) = 29.33%

 GREEN value IS 228 (89.45% from 255) = 34.65%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 29.33%
G = 34.65%
B = 36.02%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1E4ED (or 0xC1E4ED) is known color: Onahau. HEX triplet: C1, E4 and ED. RGB value is (193,228,237). Sum of RGB (Red+Green+Blue) = 193+228+237=658 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.33% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E4ED is #3E1B12. Grayscale: #DADADA. Windows color (decimal): -4070163 or 15590593. OLE color: 15590593.

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

Color convert

RGB 193 228 237 -
CMYK 0.19 0.04 0 0.07
HSL 192.27º 0.55% 0.84% -
HSV(B) 192.27º 0.19% 0.93% -
XYZ 65.02 72.94 90.77 -
YUV 218.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 193 228 237 0.19 0.04 0 0.07 192.27 0.55 0.84
Hex C1 E4 ED 13 4 0 7 C0 37 54
Octal 301 344 355 23 4 0 7 300 67 124
Binary 11000001 11100100 11101101 10011 100 0 111 11000000 110111 1010100

Color Harmonies of #C1E4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E4ED

Black with #C1E4ED

Text Example


Text Example

White with #C1E4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E4ED; }

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

 H1.HeaderClassName
 {
   color: #C1E4ED;
 }
 .AnyTagClassName
 {
   color: #C1E4ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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