Html Css Color HEX #218596 Scooter

📋 copy color: '#218596'

red 33 ◦ green 133 ◦ blue 150

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

Shades of Scooter #218596

Tints of Scooter #218596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

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

R = 10.44%
G = 42.09%
B = 47.47%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#218596 (or 0x218596) is known color: Scooter. HEX triplet: 21, 85 and 96. RGB value is (33,133,150). Sum of RGB (Red+Green+Blue) = 33+133+150=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #218596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218596 is #DE7A69. Grayscale: #686868. Windows color (decimal): -14580330 or 9864481. OLE color: 9864481.

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

Color convert

RGB 33 133 150 -
CMYK 0.78 0.11 0 0.41
HSL 188.72º 0.64% 0.36% -
HSV(B) 188.72º 0.78% 0.59% -
XYZ 14.52 19.3 31.81 -
YUV 105.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 33 133 150 0.78 0.11 0 0.41 188.72 0.64 0.36
Hex 21 85 96 4E B 0 29 BD 40 24
Octal 41 205 226 116 13 0 51 275 100 44
Binary 100001 10000101 10010110 1001110 1011 0 101001 10111101 1000000 100100

Color Harmonies of #218596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218596

Black with #218596

Text Example


Text Example

White with #218596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218596; }

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

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

background-color css

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

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

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

border-color css

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

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

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