Html Css Color HEX #218BAA Pelorous

📋 copy color: '#218BAA'

red 33 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #218BAA

Tints of Pelorous #218BAA

RGB

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

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

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

R = 9.65%
G = 40.64%
B = 49.71%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#218BAA (or 0x218BAA) is known color: Pelorous. HEX triplet: 21, 8B and AA. RGB value is (33,139,170). Sum of RGB (Red+Green+Blue) = 33+139+170=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #218BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218BAA is #DE7455. Grayscale: #6E6E6E. Windows color (decimal): -14578774 or 11176737. OLE color: 11176737.

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

Color convert

RGB 33 139 170 -
CMYK 0.81 0.18 0 0.33
HSL 193.58º 0.67% 0.4% -
HSV(B) 193.58º 0.81% 0.67% -
XYZ 17.12 21.69 41.31 -
YUV 110.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 33 139 170 0.81 0.18 0 0.33 193.58 0.67 0.4
Hex 21 8B AA 51 12 0 21 C2 43 28
Octal 41 213 252 121 22 0 41 302 103 50
Binary 100001 10001011 10101010 1010001 10010 0 100001 11000010 1000011 101000

Color Harmonies of #218BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BAA

Black with #218BAA

Text Example


Text Example

White with #218BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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