#25D0F7

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

Shades of Deep Sky Blue #25D0F7

Tints of Deep Sky Blue #25D0F7

Color information

#25D0F7 (or 0x25D0F7) is unknown color: approx Deep Sky Blue. HEX triplet: 25, D0 and F7. RGB value is (37,208,247). Sum of RGB (Red+Green+Blue) = 37+208+247=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #25D0F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D0F7 is #DA2F08. Grayscale: #A0A0A0. Windows color (decimal): -14298889 or 16240677. OLE color: 16240677.

HSL color Cylindrical-coordinate representation of color #25D0F7: hue angle of 191.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25D0F7 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB37208247-
CMYK0.850.1600.03
HSL191.14º92.92%55.69%-
HSV(B)191.14º85.02%96.86%-
XYZ40.1152.2295.96-
YUV161.32176.3539.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.52%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 247 (96.88% from 255) = 50.20%
R=7.52%
G=42.28%
B=50.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal372082470.850.1600.03191.1492.9255.69
Hex25D0F7551003bf5d38
Octal45320367125200327713570
Binary1001011101000011110111101010110000011101111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,208,247); }

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

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

 a { background-color: rgb(37,208,247); }

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

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

 span { border-color: rgb(37,208,247); }

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