Html Css Color HEX #217C95 Scooter

📋 copy color: '#217C95'

red 33 ◦ green 124 ◦ blue 149

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

Shades of Scooter #217C95

Tints of Scooter #217C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 10.78%
G = 40.52%
B = 48.69%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217C95 (or 0x217C95) is known color: Scooter. HEX triplet: 21, 7C and 95. RGB value is (33,124,149). Sum of RGB (Red+Green+Blue) = 33+124+149=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #217C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C95 is #DE836A. Grayscale: #636363. Windows color (decimal): -14582635 or 9796641. OLE color: 9796641.

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

Color convert

RGB 33 124 149 -
CMYK 0.78 0.17 0 0.42
HSL 192.93º 0.64% 0.36% -
HSV(B) 192.93º 0.78% 0.58% -
XYZ 13.26 16.91 31 -
YUV 99.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 33 124 149 0.78 0.17 0 0.42 192.93 0.64 0.36
Hex 21 7C 95 4E 11 0 2A C1 40 24
Octal 41 174 225 116 21 0 52 301 100 44
Binary 100001 1111100 10010101 1001110 10001 0 101010 11000001 1000000 100100

Color Harmonies of #217C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C95

Black with #217C95

Text Example


Text Example

White with #217C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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