Html Css Color HEX #C5EBE6 Jagged Ice

📋 copy color: '#C5EBE6'

red 197 ◦ green 235 ◦ blue 230

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

Shades of Jagged Ice #C5EBE6

Tints of Jagged Ice #C5EBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.74%

R = 29.76%
G = 35.5%
B = 34.74%

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

#C5EBE6 (or 0xC5EBE6) is known color: Jagged Ice. HEX triplet: C5, EB and E6. RGB value is (197,235,230). Sum of RGB (Red+Green+Blue) = 197+235+230=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBE6 is #3A1419. Grayscale: #DFDFDF. Windows color (decimal): -3806234 or 15133637. OLE color: 15133637.

HSL color Cylindrical-coordinate representation of color #C5EBE6: hue angle of 172.11º 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 #C5EBE6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 235 230 -
CMYK 0.16 0 0.02 0.08
HSL 172.11º 0.49% 0.85% -
HSV(B) 172.11º 0.16% 0.92% -
XYZ 67.02 77 86.19 -
YUV 223.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 197 235 230 0.16 0 0.02 0.08 172.11 0.49 0.85
Hex C5 EB E6 10 0 2 8 AC 31 55
Octal 305 353 346 20 0 2 10 254 61 125
Binary 11000101 11101011 11100110 10000 0 10 1000 10101100 110001 1010101

Color Harmonies of #C5EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBE6

Black with #C5EBE6

Text Example


Text Example

White with #C5EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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