Html Css Color HEX #C2D3CC Jet Stream

📋 copy color: '#C2D3CC'

red 194 ◦ green 211 ◦ blue 204

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

Shades of Jet Stream #C2D3CC

Tints of Jet Stream #C2D3CC

RGB

 RED value IS 194 (76.17% from 255) = 31.86%

 GREEN value IS 211 (82.81% from 255) = 34.65%

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

R = 31.86%
G = 34.65%
B = 33.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#C2D3CC (or 0xC2D3CC) is known color: Jet Stream. HEX triplet: C2, D3 and CC. RGB value is (194,211,204). Sum of RGB (Red+Green+Blue) = 194+211+204=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3CC is #3D2C33. Grayscale: #CDCDCD. Windows color (decimal): -4009012 or 13423554. OLE color: 13423554.

HSL color Cylindrical-coordinate representation of color #C2D3CC: hue angle of 155.29º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2D3CC is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 211 204 -
CMYK 0.08 0 0.03 0.17
HSL 155.29º 0.16% 0.79% -
HSV(B) 155.29º 0.08% 0.83% -
XYZ 56.44 62.42 66.2 -
YUV 205.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 194 211 204 0.08 0 0.03 0.17 155.29 0.16 0.79
Hex C2 D3 CC 8 0 3 11 9B 10 4F
Octal 302 323 314 10 0 3 21 233 20 117
Binary 11000010 11010011 11001100 1000 0 11 10001 10011011 10000 1001111

Color Harmonies of #C2D3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D3CC

Black with #C2D3CC

Text Example


Text Example

White with #C2D3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D3CC; }

 p { color: rgb(194,211,204); }

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

background-color css

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

 a { background-color: rgb(194,211,204); }

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

border-color css

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

 span { border-color: rgb(194,211,204); }

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