Html Css Color HEX #217C96 Scooter

📋 copy color: '#217C96'

red 33 ◦ green 124 ◦ blue 150

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

Shades of Scooter #217C96

Tints of Scooter #217C96

RGB

 RED value IS 33 (13.28% from 255) = 10.75%

 GREEN value IS 124 (48.83% from 255) = 40.39%

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 10.75%
G = 40.39%
B = 48.86%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#217C96 (or 0x217C96) is known color: Scooter. HEX triplet: 21, 7C and 96. RGB value is (33,124,150). Sum of RGB (Red+Green+Blue) = 33+124+150=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #217C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C96 is #DE8369. Grayscale: #636363. Windows color (decimal): -14582634 or 9862177. OLE color: 9862177.

HSL color Cylindrical-coordinate representation of color #217C96: hue angle of 193.33º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217C96 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 124 150 -
CMYK 0.78 0.17 0 0.41
HSL 193.33º 0.64% 0.36% -
HSV(B) 193.33º 0.78% 0.59% -
XYZ 13.34 16.94 31.42 -
YUV 99.76 156.35 80.39 -
System Red Green Blue C M Y K H S L
Decimal 33 124 150 0.78 0.17 0 0.41 193.33 0.64 0.36
Hex 21 7C 96 4E 11 0 29 C1 40 24
Octal 41 174 226 116 21 0 51 301 100 44
Binary 100001 1111100 10010110 1001110 10001 0 101001 11000001 1000000 100100

Color Harmonies of #217C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C96

Black with #217C96

Text Example


Text Example

White with #217C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217C96; }

 p { color: rgb(33,124,150); }

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

background-color css

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

 a { background-color: rgb(33,124,150); }

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

border-color css

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

 span { border-color: rgb(33,124,150); }

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