Html Css Color HEX #2599AD Pelorous

📋 copy color: '#2599AD'

red 37 ◦ green 153 ◦ blue 173

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

Shades of Pelorous #2599AD

Tints of Pelorous #2599AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 10.19%
G = 42.15%
B = 47.66%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2599AD (or 0x2599AD) is known color: Pelorous. HEX triplet: 25, 99 and AD. RGB value is (37,153,173). Sum of RGB (Red+Green+Blue) = 37+153+173=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #2599AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2599AD is #DA6652. Grayscale: #787878. Windows color (decimal): -14313043 or 11376933. OLE color: 11376933.

HSL color Cylindrical-coordinate representation of color #2599AD: hue angle of 188.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2599AD is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 153 173 -
CMYK 0.79 0.12 0 0.32
HSL 188.82º 0.65% 0.41% -
HSV(B) 188.82º 0.79% 0.68% -
XYZ 19.7 26.19 43.55 -
YUV 120.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 37 153 173 0.79 0.12 0 0.32 188.82 0.65 0.41
Hex 25 99 AD 4F C 0 20 BD 41 29
Octal 45 231 255 117 14 0 40 275 101 51
Binary 100101 10011001 10101101 1001111 1100 0 100000 10111101 1000001 101001

Color Harmonies of #2599AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2599AD

Black with #2599AD

Text Example


Text Example

White with #2599AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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