Html Css Color HEX #25ACCC Summer Sky

📋 copy color: '#25ACCC'

red 37 ◦ green 172 ◦ blue 204

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

Shades of Summer Sky #25ACCC

Tints of Summer Sky #25ACCC

RGB

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

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

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

R = 8.96%
G = 41.65%
B = 49.39%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#25ACCC (or 0x25ACCC) is known color: Summer Sky. HEX triplet: 25, AC and CC. RGB value is (37,172,204). Sum of RGB (Red+Green+Blue) = 37+172+204=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #25ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACCC is #DA5333. Grayscale: #878787. Windows color (decimal): -14308148 or 13413413. OLE color: 13413413.

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

Color convert

RGB 37 172 204 -
CMYK 0.82 0.16 0 0.2
HSL 191.5º 0.69% 0.47% -
HSV(B) 191.5º 0.82% 0.8% -
XYZ 26.41 34.26 62.35 -
YUV 135.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 37 172 204 0.82 0.16 0 0.2 191.5 0.69 0.47
Hex 25 AC CC 52 10 0 14 BF 45 2F
Octal 45 254 314 122 20 0 24 277 105 57
Binary 100101 10101100 11001100 1010010 10000 0 10100 10111111 1000101 101111

Color Harmonies of #25ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACCC

Black with #25ACCC

Text Example


Text Example

White with #25ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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