Html Css Color HEX #25A0B8 Pelorous

📋 copy color: '#25A0B8'

red 37 ◦ green 160 ◦ blue 184

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

Shades of Pelorous #25A0B8

Tints of Pelorous #25A0B8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 184 (72.27% from 255) = 48.29%

R = 9.71%
G = 41.99%
B = 48.29%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#25A0B8 (or 0x25A0B8) is known color: Pelorous. HEX triplet: 25, A0 and B8. RGB value is (37,160,184). Sum of RGB (Red+Green+Blue) = 37+160+184=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #25A0B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A0B8 is #DA5F47. Grayscale: #7D7D7D. Windows color (decimal): -14311240 or 12099621. OLE color: 12099621.

HSL color Cylindrical-coordinate representation of color #25A0B8: hue angle of 189.8º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A0B8 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 37 160 184 -
CMYK 0.80 0.13 0 0.28
HSL 189.8º 0.67% 0.43% -
HSV(B) 189.8º 0.8% 0.72% -
XYZ 21.99 29 49.79 -
YUV 125.96 160.75 64.55 -
System Red Green Blue C M Y K H S L
Decimal 37 160 184 0.80 0.13 0 0.28 189.8 0.67 0.43
Hex 25 A0 B8 50 D 0 1C BE 43 2B
Octal 45 240 270 120 15 0 34 276 103 53
Binary 100101 10100000 10111000 1010000 1101 0 11100 10111110 1000011 101011

Color Harmonies of #25A0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A0B8

Black with #25A0B8

Text Example


Text Example

White with #25A0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25A0B8; }

 p { color: rgb(37,160,184); }

 H1.HeaderClassName
 {
   color: #25A0B8;
 }
 .AnyTagClassName
 {
   color: #25A0B8;
 }
</style>

background-color css

<style>
 a { background-color: #25A0B8; }

 a { background-color: rgb(37,160,184); }

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

border-color css

<style>
 span { border-color: #25A0B8; }

 span { border-color: rgb(37,160,184); }

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