#218BBE

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

Shades of Pelorous #218BBE

Tints of Pelorous #218BBE

Color information

#218BBE (or 0x218BBE) is unknown color: approx Pelorous. HEX triplet: 21, 8B and BE. RGB value is (33,139,190). Sum of RGB (Red+Green+Blue) = 33+139+190=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #218BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BBE is #DE7441. Grayscale: #707070. Windows color (decimal): -14578754 or 12487457. OLE color: 12487457.

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

Color convert

RGB33139190-
CMYK0.830.2700.25
HSL199.49º70.4%43.73%-
HSV(B)199.49º82.63%74.51%-
XYZ19.1522.5152.05-
YUV113.12171.3870.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.12%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=9.12%
G=38.40%
B=52.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331391900.830.2700.25199.4970.443.73
Hex218BBE531B019c7462c
Octal412132761233303130710654
Binary1000011000101110111110101001111011011001110001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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