Html Css Color HEX #25AABA Pelorous

📋 copy color: '#25AABA'

red 37 ◦ green 170 ◦ blue 186

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

Shades of Pelorous #25AABA

Tints of Pelorous #25AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 9.41%
G = 43.26%
B = 47.33%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25AABA (or 0x25AABA) is known color: Pelorous. HEX triplet: 25, AA and BA. RGB value is (37,170,186). Sum of RGB (Red+Green+Blue) = 37+170+186=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #25AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AABA is #DA5545. Grayscale: #838383. Windows color (decimal): -14308678 or 12233253. OLE color: 12233253.

HSL color Cylindrical-coordinate representation of color #25AABA: hue angle of 186.44º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25AABA is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 170 186 -
CMYK 0.80 0.09 0 0.27
HSL 186.44º 0.67% 0.44% -
HSV(B) 186.44º 0.8% 0.73% -
XYZ 24 32.69 51.5 -
YUV 132.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 37 170 186 0.80 0.09 0 0.27 186.44 0.67 0.44
Hex 25 AA BA 50 9 0 1B BA 43 2C
Octal 45 252 272 120 11 0 33 272 103 54
Binary 100101 10101010 10111010 1010000 1001 0 11011 10111010 1000011 101100

Color Harmonies of #25AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AABA

Black with #25AABA

Text Example


Text Example

White with #25AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,170,186); }

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

background-color css

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

 a { background-color: rgb(37,170,186); }

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

border-color css

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

 span { border-color: rgb(37,170,186); }

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