Html Css Color HEX #2199BE Pelorous

📋 copy color: '#2199BE'

red 33 ◦ green 153 ◦ blue 190

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

Shades of Pelorous #2199BE

Tints of Pelorous #2199BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 8.78%
G = 40.69%
B = 50.53%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2199BE (or 0x2199BE) is known color: Pelorous. HEX triplet: 21, 99 and BE. RGB value is (33,153,190). Sum of RGB (Red+Green+Blue) = 33+153+190=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #2199BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199BE is #DE6641. Grayscale: #797979. Windows color (decimal): -14575170 or 12491041. OLE color: 12491041.

HSL color Cylindrical-coordinate representation of color #2199BE: hue angle of 194.14º 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 #2199BE is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 153 190 -
CMYK 0.83 0.19 0 0.25
HSL 194.14º 0.7% 0.44% -
HSV(B) 194.14º 0.83% 0.75% -
XYZ 21.31 26.82 52.77 -
YUV 121.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 33 153 190 0.83 0.19 0 0.25 194.14 0.7 0.44
Hex 21 99 BE 53 13 0 19 C2 46 2C
Octal 41 231 276 123 23 0 31 302 106 54
Binary 100001 10011001 10111110 1010011 10011 0 11001 11000010 1000110 101100

Color Harmonies of #2199BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2199BE

Black with #2199BE

Text Example


Text Example

White with #2199BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2199BE; }

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

 H1.HeaderClassName
 {
   color: #2199BE;
 }
 .AnyTagClassName
 {
   color: #2199BE;
 }
</style>

background-color css

<style>
 a { background-color: #2199BE; }

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

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

border-color css

<style>
 span { border-color: #2199BE; }

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

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