Html Css Color HEX #219BCE Pelorous

📋 copy color: '#219BCE'

red 33 ◦ green 155 ◦ blue 206

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

Shades of Pelorous #219BCE

Tints of Pelorous #219BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 8.38%
G = 39.34%
B = 52.28%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#219BCE (or 0x219BCE) is known color: Pelorous. HEX triplet: 21, 9B and CE. RGB value is (33,155,206). Sum of RGB (Red+Green+Blue) = 33+155+206=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #219BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BCE is #DE6431. Grayscale: #7C7C7C. Windows color (decimal): -14574642 or 13540129. OLE color: 13540129.

HSL color Cylindrical-coordinate representation of color #219BCE: hue angle of 197.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219BCE is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 155 206 -
CMYK 0.84 0.25 0 0.19
HSL 197.69º 0.72% 0.47% -
HSV(B) 197.69º 0.84% 0.81% -
XYZ 23.49 28.22 62.6 -
YUV 124.34 174.08 62.85 -
System Red Green Blue C M Y K H S L
Decimal 33 155 206 0.84 0.25 0 0.19 197.69 0.72 0.47
Hex 21 9B CE 54 19 0 13 C6 48 2F
Octal 41 233 316 124 31 0 23 306 110 57
Binary 100001 10011011 11001110 1010100 11001 0 10011 11000110 1001000 101111

Color Harmonies of #219BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BCE

Black with #219BCE

Text Example


Text Example

White with #219BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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