Html Css Color HEX #C1EFE7 Jagged Ice

📋 copy color: '#C1EFE7'

red 193 ◦ green 239 ◦ blue 231

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

Shades of Jagged Ice #C1EFE7

Tints of Jagged Ice #C1EFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.05%

 BLUE value IS 231 (90.63% from 255) = 34.84%

R = 29.11%
G = 36.05%
B = 34.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#C1EFE7 (or 0xC1EFE7) is known color: Jagged Ice. HEX triplet: C1, EF and E7. RGB value is (193,239,231). Sum of RGB (Red+Green+Blue) = 193+239+231=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EFE7 is #3E1018. Grayscale: #E0E0E0. Windows color (decimal): -4067353 or 15200193. OLE color: 15200193.

HSL color Cylindrical-coordinate representation of color #C1EFE7: hue angle of 169.57º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EFE7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 239 231 -
CMYK 0.19 0 0.03 0.06
HSL 169.57º 0.59% 0.85% -
HSV(B) 169.57º 0.19% 0.94% -
XYZ 67.28 78.84 87.27 -
YUV 224.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 193 239 231 0.19 0 0.03 0.06 169.57 0.59 0.85
Hex C1 EF E7 13 0 3 6 AA 3B 55
Octal 301 357 347 23 0 3 6 252 73 125
Binary 11000001 11101111 11100111 10011 0 11 110 10101010 111011 1010101

Color Harmonies of #C1EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EFE7

Black with #C1EFE7

Text Example


Text Example

White with #C1EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EFE7; }

 p { color: rgb(193,239,231); }

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

background-color css

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

 a { background-color: rgb(193,239,231); }

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

border-color css

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

 span { border-color: rgb(193,239,231); }

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