#C5D5CC

Color #C5D5CC Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #C5D5CC

Tints of Jet Stream #C5D5CC

Color information

#C5D5CC (or 0xC5D5CC) is unknown color: approx 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

RGB197213204-
CMYK0.0800.040.16
HSL146.25º16%80.39%-
HSV(B)146.25º7.51%83.53%-
XYZ57.7263.8266.4-
YUV207.19126.2120.73-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972132040.0800.040.16146.251680.39
HexC5D5CC80410921050
Octal30532531410042022220120
Binary110001011101010111001100100001001000010010010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>