Html Css Color HEX #25AACA Summer Sky

📋 copy color: '#25AACA'

red 37 ◦ green 170 ◦ blue 202

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

Shades of Summer Sky #25AACA

Tints of Summer Sky #25AACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 9.05%
G = 41.56%
B = 49.39%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#25AACA (or 0x25AACA) is known color: Summer Sky. HEX triplet: 25, AA and CA. RGB value is (37,170,202). Sum of RGB (Red+Green+Blue) = 37+170+202=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #25AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AACA is #DA5535. Grayscale: #858585. Windows color (decimal): -14308662 or 13281829. OLE color: 13281829.

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

Color convert

RGB 37 170 202 -
CMYK 0.82 0.16 0 0.21
HSL 191.64º 0.69% 0.47% -
HSV(B) 191.64º 0.82% 0.79% -
XYZ 25.8 33.41 60.97 -
YUV 133.88 166.44 58.9 -
System Red Green Blue C M Y K H S L
Decimal 37 170 202 0.82 0.16 0 0.21 191.64 0.69 0.47
Hex 25 AA CA 52 10 0 15 C0 45 2F
Octal 45 252 312 122 20 0 25 300 105 57
Binary 100101 10101010 11001010 1010010 10000 0 10101 11000000 1000101 101111

Color Harmonies of #25AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AACA

Black with #25AACA

Text Example


Text Example

White with #25AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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