Html Css Color HEX #25AAD5 Summer Sky

📋 copy color: '#25AAD5'

red 37 ◦ green 170 ◦ blue 213

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

Shades of Summer Sky #25AAD5

Tints of Summer Sky #25AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 8.81%
G = 40.48%
B = 50.71%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#25AAD5 (or 0x25AAD5) is known color: Summer Sky. HEX triplet: 25, AA and D5. RGB value is (37,170,213). Sum of RGB (Red+Green+Blue) = 37+170+213=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #25AAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AAD5 is #DA552A. Grayscale: #868686. Windows color (decimal): -14308651 or 14002725. OLE color: 14002725.

HSL color Cylindrical-coordinate representation of color #25AAD5: hue angle of 194.66º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25AAD5 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 170 213 -
CMYK 0.83 0.20 0 0.16
HSL 194.66º 0.7% 0.49% -
HSV(B) 194.66º 0.83% 0.84% -
XYZ 27.15 33.95 68.07 -
YUV 135.14 171.94 58 -
System Red Green Blue C M Y K H S L
Decimal 37 170 213 0.83 0.20 0 0.16 194.66 0.7 0.49
Hex 25 AA D5 53 14 0 10 C3 46 31
Octal 45 252 325 123 24 0 20 303 106 61
Binary 100101 10101010 11010101 1010011 10100 0 10000 11000011 1000110 110001

Color Harmonies of #25AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AAD5

Black with #25AAD5

Text Example


Text Example

White with #25AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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