Html Css Color HEX #217E99 Scooter

📋 copy color: '#217E99'

red 33 ◦ green 126 ◦ blue 153

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

Shades of Scooter #217E99

Tints of Scooter #217E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.38%

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 10.58%
G = 40.38%
B = 49.04%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#217E99 (or 0x217E99) is known color: Scooter. HEX triplet: 21, 7E and 99. RGB value is (33,126,153). Sum of RGB (Red+Green+Blue) = 33+126+153=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #217E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E99 is #DE8166. Grayscale: #656565. Windows color (decimal): -14582119 or 10059297. OLE color: 10059297.

HSL color Cylindrical-coordinate representation of color #217E99: hue angle of 193.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217E99 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 126 153 -
CMYK 0.78 0.18 0 0.4
HSL 193.5º 0.65% 0.36% -
HSV(B) 193.5º 0.78% 0.6% -
XYZ 13.84 17.54 32.79 -
YUV 101.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 33 126 153 0.78 0.18 0 0.4 193.5 0.65 0.36
Hex 21 7E 99 4E 12 0 28 C2 41 24
Octal 41 176 231 116 22 0 50 302 101 44
Binary 100001 1111110 10011001 1001110 10010 0 101000 11000010 1000001 100100

Color Harmonies of #217E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217E99

Black with #217E99

Text Example


Text Example

White with #217E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,126,153); }

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

background-color css

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

 a { background-color: rgb(33,126,153); }

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

border-color css

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

 span { border-color: rgb(33,126,153); }

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