Html Css Color HEX #25D2F4 Deep Sky Blue

📋 copy color: '#25D2F4'

red 37 ◦ green 210 ◦ blue 244

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

Shades of Deep Sky Blue #25D2F4

Tints of Deep Sky Blue #25D2F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.69%

R = 7.54%
G = 42.77%
B = 49.69%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#25D2F4 (or 0x25D2F4) is known color: Deep Sky Blue. HEX triplet: 25, D2 and F4. RGB value is (37,210,244). Sum of RGB (Red+Green+Blue) = 37+210+244=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #25D2F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D2F4 is #DA2D0B. Grayscale: #A1A1A1. Windows color (decimal): -14298380 or 16044581. OLE color: 16044581.

HSL color Cylindrical-coordinate representation of color #25D2F4: hue angle of 189.86º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25D2F4 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 210 244 -
CMYK 0.85 0.14 0 0.04
HSL 189.86º 0.9% 0.55% -
HSV(B) 189.86º 0.85% 0.96% -
XYZ 40.14 53.02 93.71 -
YUV 162.15 174.19 38.74 -
System Red Green Blue C M Y K H S L
Decimal 37 210 244 0.85 0.14 0 0.04 189.86 0.9 0.55
Hex 25 D2 F4 55 E 0 4 BE 5A 37
Octal 45 322 364 125 16 0 4 276 132 67
Binary 100101 11010010 11110100 1010101 1110 0 100 10111110 1011010 110111

Color Harmonies of #25D2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D2F4

Black with #25D2F4

Text Example


Text Example

White with #25D2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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