Html Css Color HEX #25A2CC Pelorous

📋 copy color: '#25A2CC'

red 37 ◦ green 162 ◦ blue 204

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

Shades of Pelorous #25A2CC

Tints of Pelorous #25A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 9.18%
G = 40.2%
B = 50.62%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#25A2CC (or 0x25A2CC) is known color: Pelorous. HEX triplet: 25, A2 and CC. RGB value is (37,162,204). Sum of RGB (Red+Green+Blue) = 37+162+204=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #25A2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A2CC is #DA5D33. Grayscale: #818181. Windows color (decimal): -14310708 or 13410853. OLE color: 13410853.

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

Color convert

RGB 37 162 204 -
CMYK 0.82 0.21 0 0.2
HSL 195.09º 0.69% 0.47% -
HSV(B) 195.09º 0.82% 0.8% -
XYZ 24.58 30.59 61.74 -
YUV 129.41 170.09 62.08 -
System Red Green Blue C M Y K H S L
Decimal 37 162 204 0.82 0.21 0 0.2 195.09 0.69 0.47
Hex 25 A2 CC 52 15 0 14 C3 45 2F
Octal 45 242 314 122 25 0 24 303 105 57
Binary 100101 10100010 11001100 1010010 10101 0 10100 11000011 1000101 101111

Color Harmonies of #25A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A2CC

Black with #25A2CC

Text Example


Text Example

White with #25A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,162,204); }

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

background-color css

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

 a { background-color: rgb(37,162,204); }

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

border-color css

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

 span { border-color: rgb(37,162,204); }

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