Html Css Color HEX #2599BC Pelorous

📋 copy color: '#2599BC'

red 37 ◦ green 153 ◦ blue 188

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

Shades of Pelorous #2599BC

Tints of Pelorous #2599BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 9.79%
G = 40.48%
B = 49.74%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2599BC (or 0x2599BC) is known color: Pelorous. HEX triplet: 25, 99 and BC. RGB value is (37,153,188). Sum of RGB (Red+Green+Blue) = 37+153+188=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #2599BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2599BC is #DA6643. Grayscale: #7A7A7A. Windows color (decimal): -14313028 or 12359973. OLE color: 12359973.

HSL color Cylindrical-coordinate representation of color #2599BC: hue angle of 193.91º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2599BC is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 153 188 -
CMYK 0.80 0.19 0 0.26
HSL 193.91º 0.67% 0.44% -
HSV(B) 193.91º 0.8% 0.74% -
XYZ 21.23 26.81 51.63 -
YUV 122.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 37 153 188 0.80 0.19 0 0.26 193.91 0.67 0.44
Hex 25 99 BC 50 13 0 1A C2 43 2C
Octal 45 231 274 120 23 0 32 302 103 54
Binary 100101 10011001 10111100 1010000 10011 0 11010 11000010 1000011 101100

Color Harmonies of #2599BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2599BC

Black with #2599BC

Text Example


Text Example

White with #2599BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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