Html Css Color HEX #25ABBD Pelorous

📋 copy color: '#25ABBD'

red 37 ◦ green 171 ◦ blue 189

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

Shades of Pelorous #25ABBD

Tints of Pelorous #25ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 9.32%
G = 43.07%
B = 47.61%

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

#25ABBD (or 0x25ABBD) is known color: Pelorous. HEX triplet: 25, AB and BD. RGB value is (37,171,189). Sum of RGB (Red+Green+Blue) = 37+171+189=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #25ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABBD is #DA5442. Grayscale: #848484. Windows color (decimal): -14308419 or 12430117. OLE color: 12430117.

HSL color Cylindrical-coordinate representation of color #25ABBD: hue angle of 187.11º 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 #25ABBD is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 171 189 -
CMYK 0.80 0.10 0 0.26
HSL 187.11º 0.67% 0.44% -
HSV(B) 187.11º 0.8% 0.74% -
XYZ 24.51 33.19 53.26 -
YUV 132.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 37 171 189 0.80 0.10 0 0.26 187.11 0.67 0.44
Hex 25 AB BD 50 A 0 1A BB 43 2C
Octal 45 253 275 120 12 0 32 273 103 54
Binary 100101 10101011 10111101 1010000 1010 0 11010 10111011 1000011 101100

Color Harmonies of #25ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABBD

Black with #25ABBD

Text Example


Text Example

White with #25ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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