#CACFCD

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

Shades of Jet Stream #CACFCD

Tints of Jet Stream #CACFCD

Color information

#CACFCD (or 0xCACFCD) is unknown color: approx Jet Stream. HEX triplet: CA, CF and CD. RGB value is (202,207,205). Sum of RGB (Red+Green+Blue) = 202+207+205=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFCD is #353032. Grayscale: #CDCDCD. Windows color (decimal): -3485747 or 13488074. OLE color: 13488074.

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

Color convert

RGB202207205-
CMYK0.0200.010.19
HSL156º4.95%80.2%-
HSV(B)156º2.42%81.18%-
XYZ57.6961.5966.61-
YUV205.28127.84125.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=32.90%
G=33.71%
B=33.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022072050.0200.010.191564.9580.2
HexCACFCD201139c550
Octal312317315201232345120
Binary110010101100111111001101100110011100111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFCD; }

 p { color: rgb(202,207,205); }

 H1.HeaderClassName
 {
   color: #CACFCD;
 }
 .AnyTagClassName
 {
   color: #CACFCD;
 }
</style>
background-color css

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

 a { background-color: rgb(202,207,205); }

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

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

 span { border-color: rgb(202,207,205); }

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