Html Css Color HEX #25A2B4 Pelorous

📋 copy color: '#25A2B4'

red 37 ◦ green 162 ◦ blue 180

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

Shades of Pelorous #25A2B4

Tints of Pelorous #25A2B4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.74%

 BLUE value IS 180 (70.7% from 255) = 47.49%

R = 9.76%
G = 42.74%
B = 47.49%

CMYK

 C value IS 0.79

 M value IS 0.1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#25A2B4 (or 0x25A2B4) is known color: Pelorous. HEX triplet: 25, A2 and B4. RGB value is (37,162,180). Sum of RGB (Red+Green+Blue) = 37+162+180=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #25A2B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A2B4 is #DA5D4B. Grayscale: #7E7E7E. Windows color (decimal): -14310732 or 11837989. OLE color: 11837989.

HSL color Cylindrical-coordinate representation of color #25A2B4: hue angle of 187.55º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25A2B4 is Cyan = 0.79, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 162 180 -
CMYK 0.79 0.1 0 0.29
HSL 187.55º 0.66% 0.43% -
HSV(B) 187.55º 0.79% 0.71% -
XYZ 21.92 29.53 47.72 -
YUV 126.68 158.09 64.04 -
System Red Green Blue C M Y K H S L
Decimal 37 162 180 0.79 0.1 0 0.29 187.55 0.66 0.43
Hex 25 A2 B4 4F A 0 1D BC 42 2B
Octal 45 242 264 117 12 0 35 274 102 53
Binary 100101 10100010 10110100 1001111 1010 0 11101 10111100 1000010 101011

Color Harmonies of #25A2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A2B4

Black with #25A2B4

Text Example


Text Example

White with #25A2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,162,180); }

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

background-color css

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

 a { background-color: rgb(37,162,180); }

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

border-color css

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

 span { border-color: rgb(37,162,180); }

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