Html Css Color HEX #C2D3CA Jet Stream

📋 copy color: '#C2D3CA'

red 194 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #C2D3CA

Tints of Jet Stream #C2D3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

 BLUE value IS 202 (79.3% from 255) = 33.28%

R = 31.96%
G = 34.76%
B = 33.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C2D3CA (or 0xC2D3CA) is known color: Jet Stream. HEX triplet: C2, D3 and CA. RGB value is (194,211,202). Sum of RGB (Red+Green+Blue) = 194+211+202=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3CA is #3D2C35. Grayscale: #CCCCCC. Windows color (decimal): -4009014 or 13292482. OLE color: 13292482.

HSL color Cylindrical-coordinate representation of color #C2D3CA: hue angle of 148.24º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2D3CA is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 211 202 -
CMYK 0.08 0 0.04 0.17
HSL 148.24º 0.16% 0.79% -
HSV(B) 148.24º 0.08% 0.83% -
XYZ 56.2 62.32 64.94 -
YUV 204.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 194 211 202 0.08 0 0.04 0.17 148.24 0.16 0.79
Hex C2 D3 CA 8 0 4 11 94 10 4F
Octal 302 323 312 10 0 4 21 224 20 117
Binary 11000010 11010011 11001010 1000 0 100 10001 10010100 10000 1001111

Color Harmonies of #C2D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D3CA

Black with #C2D3CA

Text Example


Text Example

White with #C2D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D3CA; }

 p { color: rgb(194,211,202); }

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

background-color css

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

 a { background-color: rgb(194,211,202); }

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

border-color css

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

 span { border-color: rgb(194,211,202); }

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