Html Css Color HEX #C0D5CD Jet Stream

📋 copy color: '#C0D5CD'

red 192 ◦ green 213 ◦ blue 205

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

Shades of Jet Stream #C0D5CD

Tints of Jet Stream #C0D5CD

RGB

 RED value IS 192 (75.39% from 255) = 31.48%

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

 BLUE value IS 205 (80.47% from 255) = 33.61%

R = 31.48%
G = 34.92%
B = 33.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C0D5CD (or 0xC0D5CD) is known color: Jet Stream. HEX triplet: C0, D5 and CD. RGB value is (192,213,205). Sum of RGB (Red+Green+Blue) = 192+213+205=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5CD is #3F2A32. Grayscale: #CDCDCD. Windows color (decimal): -4139571 or 13489600. OLE color: 13489600.

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

Color convert

RGB 192 213 205 -
CMYK 0.10 0 0.04 0.16
HSL 157.14º 0.2% 0.79% -
HSV(B) 157.14º 0.1% 0.84% -
XYZ 56.55 63.2 66.98 -
YUV 205.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 192 213 205 0.10 0 0.04 0.16 157.14 0.2 0.79
Hex C0 D5 CD A 0 4 10 9D 14 4F
Octal 300 325 315 12 0 4 20 235 24 117
Binary 11000000 11010101 11001101 1010 0 100 10000 10011101 10100 1001111

Color Harmonies of #C0D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D5CD

Black with #C0D5CD

Text Example


Text Example

White with #C0D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D5CD; }

 p { color: rgb(192,213,205); }

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

background-color css

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

 a { background-color: rgb(192,213,205); }

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

border-color css

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

 span { border-color: rgb(192,213,205); }

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