Html Css Color HEX #259DAC Pelorous

📋 copy color: '#259DAC'

red 37 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #259DAC

Tints of Pelorous #259DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.9%

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 10.11%
G = 42.9%
B = 46.99%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259DAC (or 0x259DAC) is known color: Pelorous. HEX triplet: 25, 9D and AC. RGB value is (37,157,172). Sum of RGB (Red+Green+Blue) = 37+157+172=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #259DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DAC is #DA6253. Grayscale: #7A7A7A. Windows color (decimal): -14312020 or 11312421. OLE color: 11312421.

HSL color Cylindrical-coordinate representation of color #259DAC: hue angle of 186.67º degrees, saturation: 0.65, 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 #259DAC is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 157 172 -
CMYK 0.78 0.09 0 0.33
HSL 186.67º 0.65% 0.41% -
HSV(B) 186.67º 0.78% 0.67% -
XYZ 20.27 27.49 43.27 -
YUV 122.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 37 157 172 0.78 0.09 0 0.33 186.67 0.65 0.41
Hex 25 9D AC 4E 9 0 21 BB 41 29
Octal 45 235 254 116 11 0 41 273 101 51
Binary 100101 10011101 10101100 1001110 1001 0 100001 10111011 1000001 101001

Color Harmonies of #259DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DAC

Black with #259DAC

Text Example


Text Example

White with #259DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,157,172); }

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

background-color css

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

 a { background-color: rgb(37,157,172); }

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

border-color css

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

 span { border-color: rgb(37,157,172); }

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