Html Css Color HEX #217FAA Scooter

📋 copy color: '#217FAA'

red 33 ◦ green 127 ◦ blue 170

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

Shades of Scooter #217FAA

Tints of Scooter #217FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 10%
G = 38.48%
B = 51.52%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#217FAA (or 0x217FAA) is known color: Scooter. HEX triplet: 21, 7F and AA. RGB value is (33,127,170). Sum of RGB (Red+Green+Blue) = 33+127+170=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #217FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217FAA is #DE8055. Grayscale: #676767. Windows color (decimal): -14581846 or 11173665. OLE color: 11173665.

HSL color Cylindrical-coordinate representation of color #217FAA: hue angle of 198.83º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217FAA is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 127 170 -
CMYK 0.81 0.25 0 0.33
HSL 198.83º 0.67% 0.4% -
HSV(B) 198.83º 0.81% 0.67% -
XYZ 15.47 18.4 40.77 -
YUV 103.8 165.36 77.5 -
System Red Green Blue C M Y K H S L
Decimal 33 127 170 0.81 0.25 0 0.33 198.83 0.67 0.4
Hex 21 7F AA 51 19 0 21 C7 43 28
Octal 41 177 252 121 31 0 41 307 103 50
Binary 100001 1111111 10101010 1010001 11001 0 100001 11000111 1000011 101000

Color Harmonies of #217FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FAA

Black with #217FAA

Text Example


Text Example

White with #217FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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