#218EBD

Color #218EBD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #218EBD

Tints of Pelorous #218EBD

Color information

#218EBD (or 0x218EBD) is unknown color: approx Pelorous. HEX triplet: 21, 8E and BD. RGB value is (33,142,189). Sum of RGB (Red+Green+Blue) = 33+142+189=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #218EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EBD is #DE7142. Grayscale: #727272. Windows color (decimal): -14577987 or 12422689. OLE color: 12422689.

HSL color Cylindrical-coordinate representation of color #218EBD: hue angle of 198.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218EBD is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB33142189-
CMYK0.830.2500.26
HSL198.08º70.27%43.53%-
HSV(B)198.08º82.54%74.12%-
XYZ19.4923.3451.62-
YUV114.77169.8969.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.07%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=9.07%
G=39.01%
B=51.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331421890.830.2500.26198.0870.2743.53
Hex218EBD531901Ac6462c
Octal412162751233103230610654
Binary1000011000111010111101101001111001011010110001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,142,189); }

 H1.HeaderClassName
 {
   color: #218EBD;
 }
 .AnyTagClassName
 {
   color: #218EBD;
 }
</style>
background-color css

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

 a { background-color: rgb(33,142,189); }

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

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

 span { border-color: rgb(33,142,189); }

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