Html Css Color HEX #219BAE Pelorous

📋 copy color: '#219BAE'

red 33 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #219BAE

Tints of Pelorous #219BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 9.12%
G = 42.82%
B = 48.07%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#219BAE (or 0x219BAE) is known color: Pelorous. HEX triplet: 21, 9B and AE. RGB value is (33,155,174). Sum of RGB (Red+Green+Blue) = 33+155+174=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #219BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BAE is #DE6451. Grayscale: #787878. Windows color (decimal): -14574674 or 11442977. OLE color: 11442977.

HSL color Cylindrical-coordinate representation of color #219BAE: hue angle of 188.09º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219BAE is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 155 174 -
CMYK 0.81 0.11 0 0.32
HSL 188.09º 0.68% 0.41% -
HSV(B) 188.09º 0.81% 0.68% -
XYZ 19.99 26.82 44.17 -
YUV 120.69 158.08 65.46 -
System Red Green Blue C M Y K H S L
Decimal 33 155 174 0.81 0.11 0 0.32 188.09 0.68 0.41
Hex 21 9B AE 51 B 0 20 BC 44 29
Octal 41 233 256 121 13 0 40 274 104 51
Binary 100001 10011011 10101110 1010001 1011 0 100000 10111100 1000100 101001

Color Harmonies of #219BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BAE

Black with #219BAE

Text Example


Text Example

White with #219BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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