Html Css Color HEX #25ACDC Summer Sky

📋 copy color: '#25ACDC'

red 37 ◦ green 172 ◦ blue 220

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

Shades of Summer Sky #25ACDC

Tints of Summer Sky #25ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 8.62%
G = 40.09%
B = 51.28%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#25ACDC (or 0x25ACDC) is known color: Summer Sky. HEX triplet: 25, AC and DC. RGB value is (37,172,220). Sum of RGB (Red+Green+Blue) = 37+172+220=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #25ACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACDC is #DA5323. Grayscale: #888888. Windows color (decimal): -14308132 or 14461989. OLE color: 14461989.

HSL color Cylindrical-coordinate representation of color #25ACDC: hue angle of 195.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25ACDC is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 172 220 -
CMYK 0.83 0.22 0 0.14
HSL 195.74º 0.72% 0.5% -
HSV(B) 195.74º 0.83% 0.86% -
XYZ 28.43 35.07 72.98 -
YUV 137.11 174.77 56.6 -
System Red Green Blue C M Y K H S L
Decimal 37 172 220 0.83 0.22 0 0.14 195.74 0.72 0.5
Hex 25 AC DC 53 16 0 E C4 48 32
Octal 45 254 334 123 26 0 16 304 110 62
Binary 100101 10101100 11011100 1010011 10110 0 1110 11000100 1001000 110010

Color Harmonies of #25ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACDC

Black with #25ACDC

Text Example


Text Example

White with #25ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,172,220); }

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

background-color css

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

 a { background-color: rgb(37,172,220); }

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

border-color css

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

 span { border-color: rgb(37,172,220); }

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