Html Css Color HEX #C6EAE5 Jagged Ice

📋 copy color: '#C6EAE5'

red 198 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #C6EAE5

Tints of Jagged Ice #C6EAE5

RGB

 RED value IS 198 (77.73% from 255) = 29.95%

 GREEN value IS 234 (91.8% from 255) = 35.4%

 BLUE value IS 229 (89.84% from 255) = 34.64%

R = 29.95%
G = 35.4%
B = 34.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#C6EAE5 (or 0xC6EAE5) is known color: Jagged Ice. HEX triplet: C6, EA and E5. RGB value is (198,234,229). Sum of RGB (Red+Green+Blue) = 198+234+229=661 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.95% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EAE5 is #39151A. Grayscale: #DEDEDE. Windows color (decimal): -3740955 or 15067846. OLE color: 15067846.

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

Color convert

RGB 198 234 229 -
CMYK 0.15 0 0.02 0.08
HSL 171.67º 0.46% 0.85% -
HSV(B) 171.67º 0.15% 0.92% -
XYZ 66.85 76.51 85.37 -
YUV 222.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 198 234 229 0.15 0 0.02 0.08 171.67 0.46 0.85
Hex C6 EA E5 F 0 2 8 AC 2E 55
Octal 306 352 345 17 0 2 10 254 56 125
Binary 11000110 11101010 11100101 1111 0 10 1000 10101100 101110 1010101

Color Harmonies of #C6EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EAE5

Black with #C6EAE5

Text Example


Text Example

White with #C6EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EAE5; }

 p { color: rgb(198,234,229); }

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

background-color css

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

 a { background-color: rgb(198,234,229); }

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

border-color css

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

 span { border-color: rgb(198,234,229); }

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