Html Css Color HEX #C2D9D0 Jet Stream

📋 copy color: '#C2D9D0'

red 194 ◦ green 217 ◦ blue 208

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

Shades of Jet Stream #C2D9D0

Tints of Jet Stream #C2D9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.06%

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 31.34%
G = 35.06%
B = 33.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#C2D9D0 (or 0xC2D9D0) is known color: Jet Stream. HEX triplet: C2, D9 and D0. RGB value is (194,217,208). Sum of RGB (Red+Green+Blue) = 194+217+208=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9D0 is #3D262F. Grayscale: #D1D1D1. Windows color (decimal): -4007472 or 13687234. OLE color: 13687234.

HSL color Cylindrical-coordinate representation of color #C2D9D0: hue angle of 156.52º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9D0 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 208 -
CMYK 0.11 0 0.04 0.15
HSL 156.52º 0.23% 0.81% -
HSV(B) 156.52º 0.11% 0.85% -
XYZ 58.45 65.65 69.27 -
YUV 209.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 194 217 208 0.11 0 0.04 0.15 156.52 0.23 0.81
Hex C2 D9 D0 B 0 4 F 9D 17 51
Octal 302 331 320 13 0 4 17 235 27 121
Binary 11000010 11011001 11010000 1011 0 100 1111 10011101 10111 1010001

Color Harmonies of #C2D9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9D0

Black with #C2D9D0

Text Example


Text Example

White with #C2D9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9D0; }

 p { color: rgb(194,217,208); }

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

background-color css

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

 a { background-color: rgb(194,217,208); }

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

border-color css

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

 span { border-color: rgb(194,217,208); }

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