Html Css Color HEX #219BC9 Pelorous

📋 copy color: '#219BC9'

red 33 ◦ green 155 ◦ blue 201

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

Shades of Pelorous #219BC9

Tints of Pelorous #219BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.85%

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 8.48%
G = 39.85%
B = 51.67%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#219BC9 (or 0x219BC9) is known color: Pelorous. HEX triplet: 21, 9B and C9. RGB value is (33,155,201). Sum of RGB (Red+Green+Blue) = 33+155+201=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #219BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BC9 is #DE6436. Grayscale: #7B7B7B. Windows color (decimal): -14574647 or 13212449. OLE color: 13212449.

HSL color Cylindrical-coordinate representation of color #219BC9: hue angle of 196.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219BC9 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 155 201 -
CMYK 0.84 0.23 0 0.21
HSL 196.43º 0.72% 0.46% -
HSV(B) 196.43º 0.84% 0.79% -
XYZ 22.89 27.98 59.45 -
YUV 123.77 171.58 63.26 -
System Red Green Blue C M Y K H S L
Decimal 33 155 201 0.84 0.23 0 0.21 196.43 0.72 0.46
Hex 21 9B C9 54 17 0 15 C4 48 2E
Octal 41 233 311 124 27 0 25 304 110 56
Binary 100001 10011011 11001001 1010100 10111 0 10101 11000100 1001000 101110

Color Harmonies of #219BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BC9

Black with #219BC9

Text Example


Text Example

White with #219BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219BC9; }

 p { color: rgb(33,155,201); }

 H1.HeaderClassName
 {
   color: #219BC9;
 }
 .AnyTagClassName
 {
   color: #219BC9;
 }
</style>

background-color css

<style>
 a { background-color: #219BC9; }

 a { background-color: rgb(33,155,201); }

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

border-color css

<style>
 span { border-color: #219BC9; }

 span { border-color: rgb(33,155,201); }

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