Html Css Color HEX #25A0CA Pelorous

📋 copy color: '#25A0CA'

red 37 ◦ green 160 ◦ blue 202

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

Shades of Pelorous #25A0CA

Tints of Pelorous #25A0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 9.27%
G = 40.1%
B = 50.63%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#25A0CA (or 0x25A0CA) is known color: Pelorous. HEX triplet: 25, A0 and CA. RGB value is (37,160,202). Sum of RGB (Red+Green+Blue) = 37+160+202=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #25A0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A0CA is #DA5F35. Grayscale: #7F7F7F. Windows color (decimal): -14311222 or 13279269. OLE color: 13279269.

HSL color Cylindrical-coordinate representation of color #25A0CA: hue angle of 195.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25A0CA is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 160 202 -
CMYK 0.82 0.21 0 0.21
HSL 195.27º 0.69% 0.47% -
HSV(B) 195.27º 0.82% 0.79% -
XYZ 23.99 29.8 60.36 -
YUV 128.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 37 160 202 0.82 0.21 0 0.21 195.27 0.69 0.47
Hex 25 A0 CA 52 15 0 15 C3 45 2F
Octal 45 240 312 122 25 0 25 303 105 57
Binary 100101 10100000 11001010 1010010 10101 0 10101 11000011 1000101 101111

Color Harmonies of #25A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A0CA

Black with #25A0CA

Text Example


Text Example

White with #25A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,160,202); }

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

background-color css

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

 a { background-color: rgb(37,160,202); }

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

border-color css

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

 span { border-color: rgb(37,160,202); }

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