Html Css Color HEX #C5EBE7 Jagged Ice

📋 copy color: '#C5EBE7'

red 197 ◦ green 235 ◦ blue 231

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

Shades of Jagged Ice #C5EBE7

Tints of Jagged Ice #C5EBE7

RGB

 RED value IS 197 (77.34% from 255) = 29.71%

 GREEN value IS 235 (92.19% from 255) = 35.44%

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

R = 29.71%
G = 35.44%
B = 34.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#C5EBE7 (or 0xC5EBE7) is known color: Jagged Ice. HEX triplet: C5, EB and E7. RGB value is (197,235,231). Sum of RGB (Red+Green+Blue) = 197+235+231=663 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.71% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBE7 is #3A1418. Grayscale: #DFDFDF. Windows color (decimal): -3806233 or 15199173. OLE color: 15199173.

HSL color Cylindrical-coordinate representation of color #C5EBE7: hue angle of 173.68º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EBE7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 235 231 -
CMYK 0.16 0 0.02 0.08
HSL 173.68º 0.49% 0.85% -
HSV(B) 173.68º 0.16% 0.92% -
XYZ 67.16 77.06 86.94 -
YUV 223.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 197 235 231 0.16 0 0.02 0.08 173.68 0.49 0.85
Hex C5 EB E7 10 0 2 8 AE 31 55
Octal 305 353 347 20 0 2 10 256 61 125
Binary 11000101 11101011 11100111 10000 0 10 1000 10101110 110001 1010101

Color Harmonies of #C5EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBE7

Black with #C5EBE7

Text Example


Text Example

White with #C5EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBE7; }

 p { color: rgb(197,235,231); }

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

background-color css

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

 a { background-color: rgb(197,235,231); }

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

border-color css

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

 span { border-color: rgb(197,235,231); }

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