Html Css Color HEX #2893AB Pelorous

📋 copy color: '#2893AB'

red 40 ◦ green 147 ◦ blue 171

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

Shades of Pelorous #2893AB

Tints of Pelorous #2893AB

RGB

 RED value IS 40 (16.02% from 255) = 11.17%

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 11.17%
G = 41.06%
B = 47.77%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2893AB (or 0x2893AB) is known color: Pelorous. HEX triplet: 28, 93 and AB. RGB value is (40,147,171). Sum of RGB (Red+Green+Blue) = 40+147+171=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 147 (57.81% from 255 or 41.06% 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 #2893AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2893AB is #D76C54. Grayscale: #757575. Windows color (decimal): -14117973 or 11244328. OLE color: 11244328.

HSL color Cylindrical-coordinate representation of color #2893AB: hue angle of 190.99º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2893AB is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 147 171 -
CMYK 0.77 0.14 0 0.33
HSL 190.99º 0.62% 0.41% -
HSV(B) 190.99º 0.77% 0.67% -
XYZ 18.66 24.26 42.23 -
YUV 117.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 40 147 171 0.77 0.14 0 0.33 190.99 0.62 0.41
Hex 28 93 AB 4D E 0 21 BF 3E 29
Octal 50 223 253 115 16 0 41 277 76 51
Binary 101000 10010011 10101011 1001101 1110 0 100001 10111111 111110 101001

Color Harmonies of #2893AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2893AB

Black with #2893AB

Text Example


Text Example

White with #2893AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,147,171); }

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

background-color css

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

 a { background-color: rgb(40,147,171); }

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

border-color css

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

 span { border-color: rgb(40,147,171); }

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