Html Css Color HEX #25D3F8 Deep Sky Blue

📋 copy color: '#25D3F8'

red 37 ◦ green 211 ◦ blue 248

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

Shades of Deep Sky Blue #25D3F8

Tints of Deep Sky Blue #25D3F8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.54%

 BLUE value IS 248 (97.27% from 255) = 50%

R = 7.46%
G = 42.54%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#25D3F8 (or 0x25D3F8) is known color: Deep Sky Blue. HEX triplet: 25, D3 and F8. RGB value is (37,211,248). Sum of RGB (Red+Green+Blue) = 37+211+248=496 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.46% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #25D3F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D3F8 is #DA2C07. Grayscale: #A2A2A2. Windows color (decimal): -14298120 or 16306981. OLE color: 16306981.

HSL color Cylindrical-coordinate representation of color #25D3F8: hue angle of 190.52º degrees, saturation: 0.94, 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 #25D3F8 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 211 248 -
CMYK 0.85 0.15 0 0.03
HSL 190.52º 0.94% 0.56% -
HSV(B) 190.52º 0.85% 0.97% -
XYZ 41 53.76 97.02 -
YUV 163.19 175.85 37.99 -
System Red Green Blue C M Y K H S L
Decimal 37 211 248 0.85 0.15 0 0.03 190.52 0.94 0.56
Hex 25 D3 F8 55 F 0 3 BF 5E 38
Octal 45 323 370 125 17 0 3 277 136 70
Binary 100101 11010011 11111000 1010101 1111 0 11 10111111 1011110 111000

Color Harmonies of #25D3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D3F8

Black with #25D3F8

Text Example


Text Example

White with #25D3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,211,248); }

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

background-color css

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

 a { background-color: rgb(37,211,248); }

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

border-color css

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

 span { border-color: rgb(37,211,248); }

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