Html Css Color HEX #217F99 Scooter

📋 copy color: '#217F99'

red 33 ◦ green 127 ◦ blue 153

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

Shades of Scooter #217F99

Tints of Scooter #217F99

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

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

R = 10.54%
G = 40.58%
B = 48.88%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#217F99 (or 0x217F99) is known color: Scooter. HEX triplet: 21, 7F and 99. RGB value is (33,127,153). Sum of RGB (Red+Green+Blue) = 33+127+153=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #217F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F99 is #DE8066. Grayscale: #656565. Windows color (decimal): -14581863 or 10059553. OLE color: 10059553.

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

Color convert

RGB 33 127 153 -
CMYK 0.78 0.17 0 0.4
HSL 193º 0.65% 0.36% -
HSV(B) 193º 0.78% 0.6% -
XYZ 13.97 17.8 32.84 -
YUV 101.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 33 127 153 0.78 0.17 0 0.4 193 0.65 0.36
Hex 21 7F 99 4E 11 0 28 C1 41 24
Octal 41 177 231 116 21 0 50 301 101 44
Binary 100001 1111111 10011001 1001110 10001 0 101000 11000001 1000001 100100

Color Harmonies of #217F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217F99

Black with #217F99

Text Example


Text Example

White with #217F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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