Html Css Color HEX #25AACF Summer Sky

📋 copy color: '#25AACF'

red 37 ◦ green 170 ◦ blue 207

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

Shades of Summer Sky #25AACF

Tints of Summer Sky #25AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 8.94%
G = 41.06%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#25AACF (or 0x25AACF) is known color: Summer Sky. HEX triplet: 25, AA and CF. RGB value is (37,170,207). Sum of RGB (Red+Green+Blue) = 37+170+207=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #25AACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AACF is #DA5530. Grayscale: #868686. Windows color (decimal): -14308657 or 13609509. OLE color: 13609509.

HSL color Cylindrical-coordinate representation of color #25AACF: hue angle of 193.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25AACF is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 170 207 -
CMYK 0.82 0.18 0 0.19
HSL 193.06º 0.7% 0.48% -
HSV(B) 193.06º 0.82% 0.81% -
XYZ 26.4 33.65 64.13 -
YUV 134.45 168.94 58.49 -
System Red Green Blue C M Y K H S L
Decimal 37 170 207 0.82 0.18 0 0.19 193.06 0.7 0.48
Hex 25 AA CF 52 12 0 13 C1 46 30
Octal 45 252 317 122 22 0 23 301 106 60
Binary 100101 10101010 11001111 1010010 10010 0 10011 11000001 1000110 110000

Color Harmonies of #25AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AACF

Black with #25AACF

Text Example


Text Example

White with #25AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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