Html Css Color HEX #C3D6CC Jet Stream

📋 copy color: '#C3D6CC'

red 195 ◦ green 214 ◦ blue 204

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

Shades of Jet Stream #C3D6CC

Tints of Jet Stream #C3D6CC

RGB

 RED value IS 195 (76.56% from 255) = 31.81%

 GREEN value IS 214 (83.98% from 255) = 34.91%

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

R = 31.81%
G = 34.91%
B = 33.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C3D6CC (or 0xC3D6CC) is known color: Jet Stream. HEX triplet: C3, D6 and CC. RGB value is (195,214,204). Sum of RGB (Red+Green+Blue) = 195+214+204=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6CC is #3C2933. Grayscale: #CFCFCF. Windows color (decimal): -3942708 or 13424323. OLE color: 13424323.

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

Color convert

RGB 195 214 204 -
CMYK 0.09 0 0.05 0.16
HSL 148.42º 0.19% 0.8% -
HSV(B) 148.42º 0.09% 0.84% -
XYZ 57.45 64.05 66.46 -
YUV 207.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 195 214 204 0.09 0 0.05 0.16 148.42 0.19 0.8
Hex C3 D6 CC 9 0 5 10 94 13 50
Octal 303 326 314 11 0 5 20 224 23 120
Binary 11000011 11010110 11001100 1001 0 101 10000 10010100 10011 1010000

Color Harmonies of #C3D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D6CC

Black with #C3D6CC

Text Example


Text Example

White with #C3D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D6CC; }

 p { color: rgb(195,214,204); }

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

background-color css

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

 a { background-color: rgb(195,214,204); }

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

border-color css

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

 span { border-color: rgb(195,214,204); }

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