#218BB8

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

Shades of Pelorous #218BB8

Tints of Pelorous #218BB8

Color information

#218BB8 (or 0x218BB8) is unknown color: approx Pelorous. HEX triplet: 21, 8B and B8. RGB value is (33,139,184). Sum of RGB (Red+Green+Blue) = 33+139+184=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #218BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BB8 is #DE7447. Grayscale: #707070. Windows color (decimal): -14578760 or 12094241. OLE color: 12094241.

HSL color Cylindrical-coordinate representation of color #218BB8: hue angle of 197.88º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218BB8 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB33139184-
CMYK0.820.2400.28
HSL197.88º69.59%42.55%-
HSV(B)197.88º82.07%72.16%-
XYZ18.5122.2548.67-
YUV112.44168.3871.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.27%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 184 (72.27% from 255) = 51.69%
R=9.27%
G=39.04%
B=51.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331391840.820.2400.28197.8869.5942.55
Hex218BB8521801Cc6462b
Octal412132701223003430610653
Binary1000011000101110111000101001011000011100110001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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