Html Css Color HEX #218BAB Pelorous

📋 copy color: '#218BAB'

red 33 ◦ green 139 ◦ blue 171

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

Shades of Pelorous #218BAB

Tints of Pelorous #218BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.52%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 9.62%
G = 40.52%
B = 49.85%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#218BAB (or 0x218BAB) is known color: Pelorous. HEX triplet: 21, 8B and AB. RGB value is (33,139,171). Sum of RGB (Red+Green+Blue) = 33+139+171=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #218BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218BAB is #DE7454. Grayscale: #6E6E6E. Windows color (decimal): -14578773 or 11242273. OLE color: 11242273.

HSL color Cylindrical-coordinate representation of color #218BAB: hue angle of 193.91º degrees, saturation: 0.68, 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 #218BAB is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 139 171 -
CMYK 0.81 0.19 0 0.33
HSL 193.91º 0.68% 0.4% -
HSV(B) 193.91º 0.81% 0.67% -
XYZ 17.21 21.73 41.82 -
YUV 110.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 33 139 171 0.81 0.19 0 0.33 193.91 0.68 0.4
Hex 21 8B AB 51 13 0 21 C2 44 28
Octal 41 213 253 121 23 0 41 302 104 50
Binary 100001 10001011 10101011 1010001 10011 0 100001 11000010 1000100 101000

Color Harmonies of #218BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BAB

Black with #218BAB

Text Example


Text Example

White with #218BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218BAB; }

 p { color: rgb(33,139,171); }

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

background-color css

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

 a { background-color: rgb(33,139,171); }

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

border-color css

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

 span { border-color: rgb(33,139,171); }

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