Html Css Color HEX #259BAD Pelorous

📋 copy color: '#259BAD'

red 37 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #259BAD

Tints of Pelorous #259BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

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

R = 10.14%
G = 42.47%
B = 47.4%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#259BAD (or 0x259BAD) is known color: Pelorous. HEX triplet: 25, 9B and AD. RGB value is (37,155,173). Sum of RGB (Red+Green+Blue) = 37+155+173=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #259BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BAD is #DA6452. Grayscale: #797979. Windows color (decimal): -14312531 or 11377445. OLE color: 11377445.

HSL color Cylindrical-coordinate representation of color #259BAD: hue angle of 187.94º 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 #259BAD is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 155 173 -
CMYK 0.79 0.10 0 0.32
HSL 187.94º 0.65% 0.41% -
HSV(B) 187.94º 0.79% 0.68% -
XYZ 20.03 26.85 43.66 -
YUV 121.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 37 155 173 0.79 0.10 0 0.32 187.94 0.65 0.41
Hex 25 9B AD 4F A 0 20 BC 41 29
Octal 45 233 255 117 12 0 40 274 101 51
Binary 100101 10011011 10101101 1001111 1010 0 100000 10111100 1000001 101001

Color Harmonies of #259BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BAD

Black with #259BAD

Text Example


Text Example

White with #259BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259BAD; }

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

 H1.HeaderClassName
 {
   color: #259BAD;
 }
 .AnyTagClassName
 {
   color: #259BAD;
 }
</style>

background-color css

<style>
 a { background-color: #259BAD; }

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

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

border-color css

<style>
 span { border-color: #259BAD; }

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

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