#25AFE4

Color #25AFE4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #25AFE4

Tints of Summer Sky #25AFE4

Color information

#25AFE4 (or 0x25AFE4) is unknown color: approx Summer Sky. HEX triplet: 25, AF and E4. RGB value is (37,175,228). Sum of RGB (Red+Green+Blue) = 37+175+228=440 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.41% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #25AFE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFE4 is #DA501B. Grayscale: #8B8B8B. Windows color (decimal): -14307356 or 14987045. OLE color: 14987045.

HSL color Cylindrical-coordinate representation of color #25AFE4: hue angle of 196.65º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25AFE4 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB37175228-
CMYK0.840.2300.11
HSL196.65º77.96%51.96%-
HSV(B)196.65º83.77%89.41%-
XYZ30.136.6578.89-
YUV139.78177.7854.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.41%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 228 (89.45% from 255) = 51.82%
R=8.41%
G=39.77%
B=51.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal371752280.840.2300.11196.6577.9651.96
Hex25AFE454170Bc54e34
Octal452573441242701330511664
Binary100101101011111110010010101001011101011110001011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,175,228); }

 H1.HeaderClassName
 {
   color: #25AFE4;
 }
 .AnyTagClassName
 {
   color: #25AFE4;
 }
</style>
background-color css

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

 a { background-color: rgb(37,175,228); }

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

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

 span { border-color: rgb(37,175,228); }

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