Html Css Color HEX #2599AB Pelorous

📋 copy color: '#2599AB'

red 37 ◦ green 153 ◦ blue 171

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

Shades of Pelorous #2599AB

Tints of Pelorous #2599AB

RGB

 RED value IS 37 (14.84% from 255) = 10.25%

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

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

R = 10.25%
G = 42.38%
B = 47.37%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2599AB (or 0x2599AB) is known color: Pelorous. HEX triplet: 25, 99 and AB. RGB value is (37,153,171). Sum of RGB (Red+Green+Blue) = 37+153+171=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 153 (60.16% from 255 or 42.38% 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 #2599AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2599AB is #DA6654. Grayscale: #787878. Windows color (decimal): -14313045 or 11245861. OLE color: 11245861.

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

Color convert

RGB 37 153 171 -
CMYK 0.78 0.11 0 0.33
HSL 188.06º 0.64% 0.41% -
HSV(B) 188.06º 0.78% 0.67% -
XYZ 19.5 26.12 42.54 -
YUV 120.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 37 153 171 0.78 0.11 0 0.33 188.06 0.64 0.41
Hex 25 99 AB 4E B 0 21 BC 40 29
Octal 45 231 253 116 13 0 41 274 100 51
Binary 100101 10011001 10101011 1001110 1011 0 100001 10111100 1000000 101001

Color Harmonies of #2599AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2599AB

Black with #2599AB

Text Example


Text Example

White with #2599AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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