Html Css Color HEX #258DAB Pelorous

📋 copy color: '#258DAB'

red 37 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #258DAB

Tints of Pelorous #258DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

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

R = 10.6%
G = 40.4%
B = 49%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#258DAB (or 0x258DAB) is known color: Pelorous. HEX triplet: 25, 8D and AB. RGB value is (37,141,171). Sum of RGB (Red+Green+Blue) = 37+141+171=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #258DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258DAB is #DA7254. Grayscale: #717171. Windows color (decimal): -14316117 or 11242789. OLE color: 11242789.

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

Color convert

RGB 37 141 171 -
CMYK 0.78 0.18 0 0.33
HSL 193.43º 0.64% 0.41% -
HSV(B) 193.43º 0.78% 0.67% -
XYZ 17.64 22.38 41.92 -
YUV 113.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 37 141 171 0.78 0.18 0 0.33 193.43 0.64 0.41
Hex 25 8D AB 4E 12 0 21 C1 40 29
Octal 45 215 253 116 22 0 41 301 100 51
Binary 100101 10001101 10101011 1001110 10010 0 100001 11000001 1000000 101001

Color Harmonies of #258DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DAB

Black with #258DAB

Text Example


Text Example

White with #258DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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