Html Css Color HEX #25D0FF Deep Sky Blue

📋 copy color: '#25D0FF'

red 37 ◦ green 208 ◦ blue 255

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

Shades of Deep Sky Blue #25D0FF

Tints of Deep Sky Blue #25D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

 BLUE value IS 255 (100% from 255) = 51%

R = 7.4%
G = 41.6%
B = 51%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25D0FF (or 0x25D0FF) is known color: Deep Sky Blue. HEX triplet: 25, D0 and FF. RGB value is (37,208,255). Sum of RGB (Red+Green+Blue) = 37+208+255=500 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.4% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #25D0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D0FF is #DA2F00. Grayscale: #A1A1A1. Windows color (decimal): -14298881 or 16764965. OLE color: 16764965.

HSL color Cylindrical-coordinate representation of color #25D0FF: hue angle of 192.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25D0FF is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 208 255 -
CMYK 0.85 0.18 0 0
HSL 192.94º 1% 0.57% -
HSV(B) 192.94º 0.85% 1% -
XYZ 41.37 52.73 102.6 -
YUV 162.23 180.35 38.68 -
System Red Green Blue C M Y K H S L
Decimal 37 208 255 0.85 0.18 0 0 192.94 1 0.57
Hex 25 D0 FF 55 12 0 0 C1 64 39
Octal 45 320 377 125 22 0 0 301 144 71
Binary 100101 11010000 11111111 1010101 10010 0 0 11000001 1100100 111001

Color Harmonies of #25D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D0FF

Black with #25D0FF

Text Example


Text Example

White with #25D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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