Html Css Color HEX #218ABB Pelorous

📋 copy color: '#218ABB'

red 33 ◦ green 138 ◦ blue 187

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

Shades of Pelorous #218ABB

Tints of Pelorous #218ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 9.22%
G = 38.55%
B = 52.23%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#218ABB (or 0x218ABB) is known color: Pelorous. HEX triplet: 21, 8A and BB. RGB value is (33,138,187). Sum of RGB (Red+Green+Blue) = 33+138+187=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #218ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ABB is #DE7544. Grayscale: #6F6F6F. Windows color (decimal): -14579013 or 12290593. OLE color: 12290593.

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

Color convert

RGB 33 138 187 -
CMYK 0.82 0.26 0 0.27
HSL 199.09º 0.7% 0.43% -
HSV(B) 199.09º 0.82% 0.73% -
XYZ 18.69 22.09 50.29 -
YUV 112.19 170.21 71.52 -
System Red Green Blue C M Y K H S L
Decimal 33 138 187 0.82 0.26 0 0.27 199.09 0.7 0.43
Hex 21 8A BB 52 1A 0 1B C7 46 2B
Octal 41 212 273 122 32 0 33 307 106 53
Binary 100001 10001010 10111011 1010010 11010 0 11011 11000111 1000110 101011

Color Harmonies of #218ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218ABB

Black with #218ABB

Text Example


Text Example

White with #218ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,138,187); }

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

background-color css

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

 a { background-color: rgb(33,138,187); }

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

border-color css

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

 span { border-color: rgb(33,138,187); }

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