Html Css Color HEX #259EAC Pelorous

📋 copy color: '#259EAC'

red 37 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #259EAC

Tints of Pelorous #259EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.05%

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

R = 10.08%
G = 43.05%
B = 46.87%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259EAC (or 0x259EAC) is known color: Pelorous. HEX triplet: 25, 9E and AC. RGB value is (37,158,172). Sum of RGB (Red+Green+Blue) = 37+158+172=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #259EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259EAC is #DA6153. Grayscale: #7B7B7B. Windows color (decimal): -14311764 or 11312677. OLE color: 11312677.

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

Color convert

RGB 37 158 172 -
CMYK 0.78 0.08 0 0.33
HSL 186.22º 0.65% 0.41% -
HSV(B) 186.22º 0.78% 0.67% -
XYZ 20.44 27.83 43.32 -
YUV 123.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 37 158 172 0.78 0.08 0 0.33 186.22 0.65 0.41
Hex 25 9E AC 4E 8 0 21 BA 41 29
Octal 45 236 254 116 10 0 41 272 101 51
Binary 100101 10011110 10101100 1001110 1000 0 100001 10111010 1000001 101001

Color Harmonies of #259EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EAC

Black with #259EAC

Text Example


Text Example

White with #259EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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