Html Css Color HEX #25D2FF Deep Sky Blue

📋 copy color: '#25D2FF'

red 37 ◦ green 210 ◦ blue 255

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

Shades of Deep Sky Blue #25D2FF

Tints of Deep Sky Blue #25D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

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

R = 7.37%
G = 41.83%
B = 50.8%

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

#25D2FF (or 0x25D2FF) is known color: Deep Sky Blue. HEX triplet: 25, D2 and FF. RGB value is (37,210,255). Sum of RGB (Red+Green+Blue) = 37+210+255=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #25D2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D2FF is #DA2D00. Grayscale: #A3A3A3. Windows color (decimal): -14298369 or 16765477. OLE color: 16765477.

HSL color Cylindrical-coordinate representation of color #25D2FF: hue angle of 192.39º 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 #25D2FF is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 210 255 -
CMYK 0.85 0.18 0 0
HSL 192.39º 1% 0.57% -
HSV(B) 192.39º 0.85% 1% -
XYZ 41.86 53.71 102.77 -
YUV 163.4 179.69 37.84 -
System Red Green Blue C M Y K H S L
Decimal 37 210 255 0.85 0.18 0 0 192.39 1 0.57
Hex 25 D2 FF 55 12 0 0 C0 64 39
Octal 45 322 377 125 22 0 0 300 144 71
Binary 100101 11010010 11111111 1010101 10010 0 0 11000000 1100100 111001

Color Harmonies of #25D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D2FF

Black with #25D2FF

Text Example


Text Example

White with #25D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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