Html Css Color HEX #25A6CA Pelorous

📋 copy color: '#25A6CA'

red 37 ◦ green 166 ◦ blue 202

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

Shades of Pelorous #25A6CA

Tints of Pelorous #25A6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

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

R = 9.14%
G = 40.99%
B = 49.88%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#25A6CA (or 0x25A6CA) is known color: Pelorous. HEX triplet: 25, A6 and CA. RGB value is (37,166,202). Sum of RGB (Red+Green+Blue) = 37+166+202=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #25A6CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A6CA is #DA5935. Grayscale: #838383. Windows color (decimal): -14309686 or 13280805. OLE color: 13280805.

HSL color Cylindrical-coordinate representation of color #25A6CA: hue angle of 193.09º 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 #25A6CA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 166 202 -
CMYK 0.82 0.18 0 0.21
HSL 193.09º 0.69% 0.47% -
HSV(B) 193.09º 0.82% 0.79% -
XYZ 25.06 31.93 60.72 -
YUV 131.53 167.76 60.57 -
System Red Green Blue C M Y K H S L
Decimal 37 166 202 0.82 0.18 0 0.21 193.09 0.69 0.47
Hex 25 A6 CA 52 12 0 15 C1 45 2F
Octal 45 246 312 122 22 0 25 301 105 57
Binary 100101 10100110 11001010 1010010 10010 0 10101 11000001 1000101 101111

Color Harmonies of #25A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A6CA

Black with #25A6CA

Text Example


Text Example

White with #25A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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