Html Css Color HEX #217D96 Scooter

📋 copy color: '#217D96'

red 33 ◦ green 125 ◦ blue 150

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

Shades of Scooter #217D96

Tints of Scooter #217D96

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.58%

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

R = 10.71%
G = 40.58%
B = 48.7%

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

#217D96 (or 0x217D96) is known color: Scooter. HEX triplet: 21, 7D and 96. RGB value is (33,125,150). Sum of RGB (Red+Green+Blue) = 33+125+150=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #217D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217D96 is #DE8269. Grayscale: #646464. Windows color (decimal): -14582378 or 9862433. OLE color: 9862433.

HSL color Cylindrical-coordinate representation of color #217D96: hue angle of 192.82º 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 #217D96 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 125 150 -
CMYK 0.78 0.17 0 0.41
HSL 192.82º 0.64% 0.36% -
HSV(B) 192.82º 0.78% 0.59% -
XYZ 13.47 17.19 31.46 -
YUV 100.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 33 125 150 0.78 0.17 0 0.41 192.82 0.64 0.36
Hex 21 7D 96 4E 11 0 29 C1 40 24
Octal 41 175 226 116 21 0 51 301 100 44
Binary 100001 1111101 10010110 1001110 10001 0 101001 11000001 1000000 100100

Color Harmonies of #217D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D96

Black with #217D96

Text Example


Text Example

White with #217D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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