Html Css Color HEX #25AABC Pelorous

📋 copy color: '#25AABC'

red 37 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #25AABC

Tints of Pelorous #25AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 9.37%
G = 43.04%
B = 47.59%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#25AABC (or 0x25AABC) is known color: Pelorous. HEX triplet: 25, AA and BC. RGB value is (37,170,188). Sum of RGB (Red+Green+Blue) = 37+170+188=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #25AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AABC is #DA5543. Grayscale: #848484. Windows color (decimal): -14308676 or 12364325. OLE color: 12364325.

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

Color convert

RGB 37 170 188 -
CMYK 0.80 0.10 0 0.26
HSL 187.15º 0.67% 0.44% -
HSV(B) 187.15º 0.8% 0.74% -
XYZ 24.21 32.77 52.63 -
YUV 132.29 159.44 60.04 -
System Red Green Blue C M Y K H S L
Decimal 37 170 188 0.80 0.10 0 0.26 187.15 0.67 0.44
Hex 25 AA BC 50 A 0 1A BB 43 2C
Octal 45 252 274 120 12 0 32 273 103 54
Binary 100101 10101010 10111100 1010000 1010 0 11010 10111011 1000011 101100

Color Harmonies of #25AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AABC

Black with #25AABC

Text Example


Text Example

White with #25AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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