Html Css Color HEX #C2EBE3 Jagged Ice

📋 copy color: '#C2EBE3'

red 194 ◦ green 235 ◦ blue 227

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

Shades of Jagged Ice #C2EBE3

Tints of Jagged Ice #C2EBE3

RGB

 RED value IS 194 (76.17% from 255) = 29.57%

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

 BLUE value IS 227 (89.06% from 255) = 34.6%

R = 29.57%
G = 35.82%
B = 34.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#C2EBE3 (or 0xC2EBE3) is known color: Jagged Ice. HEX triplet: C2, EB and E3. RGB value is (194,235,227). Sum of RGB (Red+Green+Blue) = 194+235+227=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE3 is #3D141C. Grayscale: #DDDDDD. Windows color (decimal): -4002845 or 14937026. OLE color: 14937026.

HSL color Cylindrical-coordinate representation of color #C2EBE3: hue angle of 168.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBE3 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 227 -
CMYK 0.17 0 0.03 0.08
HSL 168.29º 0.51% 0.84% -
HSV(B) 168.29º 0.17% 0.92% -
XYZ 65.82 76.43 83.96 -
YUV 221.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 194 235 227 0.17 0 0.03 0.08 168.29 0.51 0.84
Hex C2 EB E3 11 0 3 8 A8 33 54
Octal 302 353 343 21 0 3 10 250 63 124
Binary 11000010 11101011 11100011 10001 0 11 1000 10101000 110011 1010100

Color Harmonies of #C2EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBE3

Black with #C2EBE3

Text Example


Text Example

White with #C2EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBE3; }

 p { color: rgb(194,235,227); }

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

background-color css

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

 a { background-color: rgb(194,235,227); }

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

border-color css

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

 span { border-color: rgb(194,235,227); }

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