Html Css Color HEX #2B93AB Pelorous

📋 copy color: '#2B93AB'

red 43 ◦ green 147 ◦ blue 171

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

Shades of Pelorous #2B93AB

Tints of Pelorous #2B93AB

RGB

 RED value IS 43 (17.19% from 255) = 11.91%

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

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

R = 11.91%
G = 40.72%
B = 47.37%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B93AB (or 0x2B93AB) is known color: Pelorous. HEX triplet: 2B, 93 and AB. RGB value is (43,147,171). Sum of RGB (Red+Green+Blue) = 43+147+171=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B93AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B93AB is #D46C54. Grayscale: #767676. Windows color (decimal): -13921365 or 11244331. OLE color: 11244331.

HSL color Cylindrical-coordinate representation of color #2B93AB: hue angle of 191.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B93AB is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 147 171 -
CMYK 0.75 0.14 0 0.33
HSL 191.25º 0.6% 0.42% -
HSV(B) 191.25º 0.75% 0.67% -
XYZ 18.78 24.32 42.23 -
YUV 118.64 157.54 74.05 -
System Red Green Blue C M Y K H S L
Decimal 43 147 171 0.75 0.14 0 0.33 191.25 0.6 0.42
Hex 2B 93 AB 4B E 0 21 BF 3C 2A
Octal 53 223 253 113 16 0 41 277 74 52
Binary 101011 10010011 10101011 1001011 1110 0 100001 10111111 111100 101010

Color Harmonies of #2B93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B93AB

Black with #2B93AB

Text Example


Text Example

White with #2B93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B93AB; }

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

 H1.HeaderClassName
 {
   color: #2B93AB;
 }
 .AnyTagClassName
 {
   color: #2B93AB;
 }
</style>

background-color css

<style>
 a { background-color: #2B93AB; }

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

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

border-color css

<style>
 span { border-color: #2B93AB; }

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

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