#25a5ce

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

Shades of Summer Sky #25A5CE

Tints of Summer Sky #25A5CE

Color information

#25A5CE (or 0x25A5CE) is unknown color: approx Summer Sky. HEX triplet: 25, A5 and CE. RGB value is (37,165,206). Sum of RGB (Red+Green+Blue) = 37+165+206=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #25A5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A5CE is #DA5A31. Grayscale: #838383. Windows color (decimal): -14309938 or 13542693. OLE color: 13542693.

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

Color convert

RGB37165206-
CMYK0.820.2000.19
HSL194.56º69.55%47.65%-
HSV(B)194.56º82.04%80.78%-
XYZ25.3631.7663.19-
YUV131.4170.0960.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.07%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 206 (80.86% from 255) = 50.49%
R=9.07%
G=40.44%
B=50.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal371652060.820.2000.19194.5669.5547.65
Hex25A5CE5214013c34630
Octal452453161222402330310660
Binary1001011010010111001110101001010100010011110000111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25a5ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,165,206); }

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

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

 a { background-color: rgb(37,165,206); }

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

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

 span { border-color: rgb(37,165,206); }

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