Html Css Color HEX #C1F3EA Jagged Ice

📋 copy color: '#C1F3EA'

red 193 ◦ green 243 ◦ blue 234

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

Shades of Jagged Ice #C1F3EA

Tints of Jagged Ice #C1F3EA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.27%

 BLUE value IS 234 (91.8% from 255) = 34.93%

R = 28.81%
G = 36.27%
B = 34.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#C1F3EA (or 0xC1F3EA) is known color: Jagged Ice. HEX triplet: C1, F3 and EA. RGB value is (193,243,234). Sum of RGB (Red+Green+Blue) = 193+243+234=670 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.81% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F3EA is #3E0C15. Grayscale: #E3E3E3. Windows color (decimal): -4066326 or 15397825. OLE color: 15397825.

HSL color Cylindrical-coordinate representation of color #C1F3EA: hue angle of 169.2º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F3EA is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 243 234 -
CMYK 0.21 0 0.04 0.05
HSL 169.2º 0.68% 0.85% -
HSV(B) 169.2º 0.21% 0.95% -
XYZ 68.89 81.38 89.92 -
YUV 227.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 193 243 234 0.21 0 0.04 0.05 169.2 0.68 0.85
Hex C1 F3 EA 15 0 4 5 A9 44 55
Octal 301 363 352 25 0 4 5 251 104 125
Binary 11000001 11110011 11101010 10101 0 100 101 10101001 1000100 1010101

Color Harmonies of #C1F3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F3EA

Black with #C1F3EA

Text Example


Text Example

White with #C1F3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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