Html Css Color HEX #C2D7CC Jet Stream

📋 copy color: '#C2D7CC'

red 194 ◦ green 215 ◦ blue 204

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

Shades of Jet Stream #C2D7CC

Tints of Jet Stream #C2D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.07%

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 31.65%
G = 35.07%
B = 33.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C2D7CC (or 0xC2D7CC) is known color: Jet Stream. HEX triplet: C2, D7 and CC. RGB value is (194,215,204). Sum of RGB (Red+Green+Blue) = 194+215+204=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7CC is #3D2833. Grayscale: #CFCFCF. Windows color (decimal): -4007988 or 13424578. OLE color: 13424578.

HSL color Cylindrical-coordinate representation of color #C2D7CC: hue angle of 148.57º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D7CC is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 204 -
CMYK 0.10 0 0.05 0.16
HSL 148.57º 0.21% 0.8% -
HSV(B) 148.57º 0.1% 0.84% -
XYZ 57.45 64.43 66.54 -
YUV 207.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 194 215 204 0.10 0 0.05 0.16 148.57 0.21 0.8
Hex C2 D7 CC A 0 5 10 95 15 50
Octal 302 327 314 12 0 5 20 225 25 120
Binary 11000010 11010111 11001100 1010 0 101 10000 10010101 10101 1010000

Color Harmonies of #C2D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7CC

Black with #C2D7CC

Text Example


Text Example

White with #C2D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7CC; }

 p { color: rgb(194,215,204); }

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

background-color css

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

 a { background-color: rgb(194,215,204); }

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

border-color css

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

 span { border-color: rgb(194,215,204); }

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