Html Css Color HEX #C1E2EC Onahau

📋 copy color: '#C1E2EC'

red 193 ◦ green 226 ◦ blue 236

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

Shades of Onahau #C1E2EC

Tints of Onahau #C1E2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.5%

 BLUE value IS 236 (92.58% from 255) = 36.03%

R = 29.47%
G = 34.5%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1E2EC (or 0xC1E2EC) is known color: Onahau. HEX triplet: C1, E2 and EC. RGB value is (193,226,236). Sum of RGB (Red+Green+Blue) = 193+226+236=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E2EC is #3E1D13. Grayscale: #D9D9D9. Windows color (decimal): -4070676 or 15524545. OLE color: 15524545.

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

Color convert

RGB 193 226 236 -
CMYK 0.18 0.04 0 0.07
HSL 193.95º 0.53% 0.84% -
HSV(B) 193.95º 0.18% 0.93% -
XYZ 64.33 71.79 89.82 -
YUV 217.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 193 226 236 0.18 0.04 0 0.07 193.95 0.53 0.84
Hex C1 E2 EC 12 4 0 7 C2 35 54
Octal 301 342 354 22 4 0 7 302 65 124
Binary 11000001 11100010 11101100 10010 100 0 111 11000010 110101 1010100

Color Harmonies of #C1E2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E2EC

Black with #C1E2EC

Text Example


Text Example

White with #C1E2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E2EC; }

 p { color: rgb(193,226,236); }

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

background-color css

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

 a { background-color: rgb(193,226,236); }

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

border-color css

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

 span { border-color: rgb(193,226,236); }

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