Html Css Color HEX #2299AB Pelorous

📋 copy color: '#2299AB'

red 34 ◦ green 153 ◦ blue 171

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

Shades of Pelorous #2299AB

Tints of Pelorous #2299AB

RGB

 RED value IS 34 (13.67% from 255) = 9.5%

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 9.5%
G = 42.74%
B = 47.77%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2299AB (or 0x2299AB) is known color: Pelorous. HEX triplet: 22, 99 and AB. RGB value is (34,153,171). Sum of RGB (Red+Green+Blue) = 34+153+171=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #2299AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2299AB is #DD6654. Grayscale: #777777. Windows color (decimal): -14509653 or 11245858. OLE color: 11245858.

HSL color Cylindrical-coordinate representation of color #2299AB: hue angle of 187.88º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2299AB is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 153 171 -
CMYK 0.80 0.11 0 0.33
HSL 187.88º 0.67% 0.4% -
HSV(B) 187.88º 0.8% 0.67% -
XYZ 19.4 26.06 42.54 -
YUV 119.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 34 153 171 0.80 0.11 0 0.33 187.88 0.67 0.4
Hex 22 99 AB 50 B 0 21 BC 43 28
Octal 42 231 253 120 13 0 41 274 103 50
Binary 100010 10011001 10101011 1010000 1011 0 100001 10111100 1000011 101000

Color Harmonies of #2299AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2299AB

Black with #2299AB

Text Example


Text Example

White with #2299AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2299AB; }

 p { color: rgb(34,153,171); }

 H1.HeaderClassName
 {
   color: #2299AB;
 }
 .AnyTagClassName
 {
   color: #2299AB;
 }
</style>

background-color css

<style>
 a { background-color: #2299AB; }

 a { background-color: rgb(34,153,171); }

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

border-color css

<style>
 span { border-color: #2299AB; }

 span { border-color: rgb(34,153,171); }

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