Html Css Color HEX #25ADBE Pelorous

📋 copy color: '#25ADBE'

red 37 ◦ green 173 ◦ blue 190

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

Shades of Pelorous #25ADBE

Tints of Pelorous #25ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.25%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 9.25%
G = 43.25%
B = 47.5%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25ADBE (or 0x25ADBE) is known color: Pelorous. HEX triplet: 25, AD and BE. RGB value is (37,173,190). Sum of RGB (Red+Green+Blue) = 37+173+190=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #25ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ADBE is #DA5241. Grayscale: #868686. Windows color (decimal): -14307906 or 12496165. OLE color: 12496165.

HSL color Cylindrical-coordinate representation of color #25ADBE: hue angle of 186.67º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25ADBE is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 173 190 -
CMYK 0.81 0.09 0 0.25
HSL 186.67º 0.67% 0.45% -
HSV(B) 186.67º 0.81% 0.75% -
XYZ 25 34 53.96 -
YUV 134.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 37 173 190 0.81 0.09 0 0.25 186.67 0.67 0.45
Hex 25 AD BE 51 9 0 19 BB 43 2D
Octal 45 255 276 121 11 0 31 273 103 55
Binary 100101 10101101 10111110 1010001 1001 0 11001 10111011 1000011 101101

Color Harmonies of #25ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ADBE

Black with #25ADBE

Text Example


Text Example

White with #25ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,173,190); }

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

background-color css

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

 a { background-color: rgb(37,173,190); }

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

border-color css

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

 span { border-color: rgb(37,173,190); }

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