Html Css Color HEX #25ACDD Summer Sky

📋 copy color: '#25ACDD'

red 37 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #25ACDD

Tints of Summer Sky #25ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 8.6%
G = 40%
B = 51.4%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25ACDD (or 0x25ACDD) is known color: Summer Sky. HEX triplet: 25, AC and DD. RGB value is (37,172,221). Sum of RGB (Red+Green+Blue) = 37+172+221=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #25ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACDD is #DA5322. Grayscale: #888888. Windows color (decimal): -14308131 or 14527525. OLE color: 14527525.

HSL color Cylindrical-coordinate representation of color #25ACDD: hue angle of 195.98º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25ACDD is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 172 221 -
CMYK 0.83 0.22 0 0.13
HSL 195.98º 0.73% 0.51% -
HSV(B) 195.98º 0.83% 0.87% -
XYZ 28.57 35.12 73.68 -
YUV 137.22 175.27 56.52 -
System Red Green Blue C M Y K H S L
Decimal 37 172 221 0.83 0.22 0 0.13 195.98 0.73 0.51
Hex 25 AC DD 53 16 0 D C4 49 33
Octal 45 254 335 123 26 0 15 304 111 63
Binary 100101 10101100 11011101 1010011 10110 0 1101 11000100 1001001 110011

Color Harmonies of #25ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACDD

Black with #25ACDD

Text Example


Text Example

White with #25ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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