Html Css Color HEX #C1D3CB Jet Stream

📋 copy color: '#C1D3CB'

red 193 ◦ green 211 ◦ blue 203

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

Shades of Jet Stream #C1D3CB

Tints of Jet Stream #C1D3CB

RGB

 RED value IS 193 (75.78% from 255) = 31.8%

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

 BLUE value IS 203 (79.69% from 255) = 33.44%

R = 31.8%
G = 34.76%
B = 33.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C1D3CB (or 0xC1D3CB) is known color: Jet Stream. HEX triplet: C1, D3 and CB. RGB value is (193,211,203). Sum of RGB (Red+Green+Blue) = 193+211+203=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3CB is #3E2C34. Grayscale: #CCCCCC. Windows color (decimal): -4074549 or 13358017. OLE color: 13358017.

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

Color convert

RGB 193 211 203 -
CMYK 0.09 0 0.04 0.17
HSL 153.33º 0.17% 0.79% -
HSV(B) 153.33º 0.09% 0.83% -
XYZ 56.07 62.24 65.56 -
YUV 204.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 193 211 203 0.09 0 0.04 0.17 153.33 0.17 0.79
Hex C1 D3 CB 9 0 4 11 99 11 4F
Octal 301 323 313 11 0 4 21 231 21 117
Binary 11000001 11010011 11001011 1001 0 100 10001 10011001 10001 1001111

Color Harmonies of #C1D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D3CB

Black with #C1D3CB

Text Example


Text Example

White with #C1D3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D3CB; }

 p { color: rgb(193,211,203); }

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

background-color css

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

 a { background-color: rgb(193,211,203); }

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

border-color css

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

 span { border-color: rgb(193,211,203); }

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