#C8CFCC

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

Shades of Jet Stream #C8CFCC

Tints of Jet Stream #C8CFCC

Color information

#C8CFCC (or 0xC8CFCC) is unknown color: approx Jet Stream. HEX triplet: C8, CF and CC. RGB value is (200,207,204). Sum of RGB (Red+Green+Blue) = 200+207+204=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFCC is #373033. Grayscale: #CCCCCC. Windows color (decimal): -3616820 or 13422536. OLE color: 13422536.

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

Color convert

RGB200207204-
CMYK0.0300.010.19
HSL154.29º6.8%79.8%-
HSV(B)154.29º3.38%81.18%-
XYZ57.0361.2665.95-
YUV204.56127.68124.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=32.73%
G=33.88%
B=33.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002072040.0300.010.19154.296.879.8
HexC8CFCC301139a750
Octal310317314301232327120
Binary110010001100111111001100110110011100110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFCC; }

 p { color: rgb(200,207,204); }

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

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

 a { background-color: rgb(200,207,204); }

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

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

 span { border-color: rgb(200,207,204); }

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