Html Css Color HEX #C5D5CC Jet Stream

📋 copy color: '#C5D5CC'

red 197 ◦ green 213 ◦ blue 204

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

Shades of Jet Stream #C5D5CC

Tints of Jet Stream #C5D5CC

RGB

 RED value IS 197 (77.34% from 255) = 32.08%

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

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

R = 32.08%
G = 34.69%
B = 33.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C5D5CC (or 0xC5D5CC) is known color: Jet Stream. HEX triplet: C5, D5 and CC. RGB value is (197,213,204). Sum of RGB (Red+Green+Blue) = 197+213+204=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5CC is #3A2A33. Grayscale: #CFCFCF. Windows color (decimal): -3811892 or 13424069. OLE color: 13424069.

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

Color convert

RGB 197 213 204 -
CMYK 0.08 0 0.04 0.16
HSL 146.25º 0.16% 0.8% -
HSV(B) 146.25º 0.08% 0.84% -
XYZ 57.72 63.82 66.4 -
YUV 207.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 197 213 204 0.08 0 0.04 0.16 146.25 0.16 0.8
Hex C5 D5 CC 8 0 4 10 92 10 50
Octal 305 325 314 10 0 4 20 222 20 120
Binary 11000101 11010101 11001100 1000 0 100 10000 10010010 10000 1010000

Color Harmonies of #C5D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5CC

Black with #C5D5CC

Text Example


Text Example

White with #C5D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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