Html Css Color HEX #258EAB Pelorous

📋 copy color: '#258EAB'

red 37 ◦ green 142 ◦ blue 171

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

Shades of Pelorous #258EAB

Tints of Pelorous #258EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 10.57%
G = 40.57%
B = 48.86%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#258EAB (or 0x258EAB) is known color: Pelorous. HEX triplet: 25, 8E and AB. RGB value is (37,142,171). Sum of RGB (Red+Green+Blue) = 37+142+171=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #258EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258EAB is #DA7154. Grayscale: #717171. Windows color (decimal): -14315861 or 11243045. OLE color: 11243045.

HSL color Cylindrical-coordinate representation of color #258EAB: hue angle of 192.99º degrees, saturation: 0.64, 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 #258EAB is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 142 171 -
CMYK 0.78 0.17 0 0.33
HSL 192.99º 0.64% 0.41% -
HSV(B) 192.99º 0.78% 0.67% -
XYZ 17.79 22.68 41.97 -
YUV 113.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 37 142 171 0.78 0.17 0 0.33 192.99 0.64 0.41
Hex 25 8E AB 4E 11 0 21 C1 40 29
Octal 45 216 253 116 21 0 41 301 100 51
Binary 100101 10001110 10101011 1001110 10001 0 100001 11000001 1000000 101001

Color Harmonies of #258EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EAB

Black with #258EAB

Text Example


Text Example

White with #258EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258EAB; }

 p { color: rgb(37,142,171); }

 H1.HeaderClassName
 {
   color: #258EAB;
 }
 .AnyTagClassName
 {
   color: #258EAB;
 }
</style>

background-color css

<style>
 a { background-color: #258EAB; }

 a { background-color: rgb(37,142,171); }

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

border-color css

<style>
 span { border-color: #258EAB; }

 span { border-color: rgb(37,142,171); }

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