Html Css Color HEX #C0D5CC Jet Stream

📋 copy color: '#C0D5CC'

red 192 ◦ green 213 ◦ blue 204

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

Shades of Jet Stream #C0D5CC

Tints of Jet Stream #C0D5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 31.53%
G = 34.98%
B = 33.5%

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

#C0D5CC (or 0xC0D5CC) is known color: Jet Stream. HEX triplet: C0, D5 and CC. RGB value is (192,213,204). Sum of RGB (Red+Green+Blue) = 192+213+204=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5CC is #3F2A33. Grayscale: #CDCDCD. Windows color (decimal): -4139572 or 13424064. OLE color: 13424064.

HSL color Cylindrical-coordinate representation of color #C0D5CC: hue angle of 154.29º 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 #C0D5CC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 213 204 -
CMYK 0.10 0 0.04 0.16
HSL 154.29º 0.2% 0.79% -
HSV(B) 154.29º 0.1% 0.84% -
XYZ 56.43 63.15 66.34 -
YUV 205.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 192 213 204 0.10 0 0.04 0.16 154.29 0.2 0.79
Hex C0 D5 CC A 0 4 10 9A 14 4F
Octal 300 325 314 12 0 4 20 232 24 117
Binary 11000000 11010101 11001100 1010 0 100 10000 10011010 10100 1001111

Color Harmonies of #C0D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D5CC

Black with #C0D5CC

Text Example


Text Example

White with #C0D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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