Html Css Color HEX #C1D5CA Jet Stream

📋 copy color: '#C1D5CA'

red 193 ◦ green 213 ◦ blue 202

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

Shades of Jet Stream #C1D5CA

Tints of Jet Stream #C1D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.03%

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

R = 31.74%
G = 35.03%
B = 33.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C1D5CA (or 0xC1D5CA) is known color: Jet Stream. HEX triplet: C1, D5 and CA. RGB value is (193,213,202). Sum of RGB (Red+Green+Blue) = 193+213+202=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5CA is #3E2A35. Grayscale: #CDCDCD. Windows color (decimal): -4074038 or 13292993. OLE color: 13292993.

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

Color convert

RGB 193 213 202 -
CMYK 0.09 0 0.05 0.16
HSL 147º 0.19% 0.8% -
HSV(B) 147º 0.09% 0.84% -
XYZ 56.45 63.19 65.1 -
YUV 205.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 193 213 202 0.09 0 0.05 0.16 147 0.19 0.8
Hex C1 D5 CA 9 0 5 10 93 13 50
Octal 301 325 312 11 0 5 20 223 23 120
Binary 11000001 11010101 11001010 1001 0 101 10000 10010011 10011 1010000

Color Harmonies of #C1D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D5CA

Black with #C1D5CA

Text Example


Text Example

White with #C1D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D5CA; }

 p { color: rgb(193,213,202); }

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

background-color css

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

 a { background-color: rgb(193,213,202); }

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

border-color css

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

 span { border-color: rgb(193,213,202); }

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