Html Css Color HEX #259DAE Pelorous

📋 copy color: '#259DAE'

red 37 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #259DAE

Tints of Pelorous #259DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 10.05%
G = 42.66%
B = 47.28%

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

#259DAE (or 0x259DAE) is known color: Pelorous. HEX triplet: 25, 9D and AE. RGB value is (37,157,174). Sum of RGB (Red+Green+Blue) = 37+157+174=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #259DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DAE is #DA6251. Grayscale: #7A7A7A. Windows color (decimal): -14312018 or 11443493. OLE color: 11443493.

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

Color convert

RGB 37 157 174 -
CMYK 0.79 0.10 0 0.32
HSL 187.45º 0.65% 0.41% -
HSV(B) 187.45º 0.79% 0.68% -
XYZ 20.46 27.56 44.29 -
YUV 123.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 37 157 174 0.79 0.10 0 0.32 187.45 0.65 0.41
Hex 25 9D AE 4F A 0 20 BB 41 29
Octal 45 235 256 117 12 0 40 273 101 51
Binary 100101 10011101 10101110 1001111 1010 0 100000 10111011 1000001 101001

Color Harmonies of #259DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DAE

Black with #259DAE

Text Example


Text Example

White with #259DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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