Html Css Color HEX #25BCFD Deep Sky Blue

📋 copy color: '#25BCFD'

red 37 ◦ green 188 ◦ blue 253

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

Shades of Deep Sky Blue #25BCFD

Tints of Deep Sky Blue #25BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.33%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 7.74%
G = 39.33%
B = 52.93%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25BCFD (or 0x25BCFD) is known color: Deep Sky Blue. HEX triplet: 25, BC and FD. RGB value is (37,188,253). Sum of RGB (Red+Green+Blue) = 37+188+253=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #25BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BCFD is #DA4302. Grayscale: #959595. Windows color (decimal): -14304003 or 16628773. OLE color: 16628773.

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

Color convert

RGB 37 188 253 -
CMYK 0.85 0.26 0 0.01
HSL 198.06º 0.98% 0.57% -
HSV(B) 198.06º 0.85% 0.99% -
XYZ 36.48 43.45 99.39 -
YUV 150.26 185.97 47.21 -
System Red Green Blue C M Y K H S L
Decimal 37 188 253 0.85 0.26 0 0.01 198.06 0.98 0.57
Hex 25 BC FD 55 1A 0 1 C6 62 39
Octal 45 274 375 125 32 0 1 306 142 71
Binary 100101 10111100 11111101 1010101 11010 0 1 11000110 1100010 111001

Color Harmonies of #25BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCFD

Black with #25BCFD

Text Example


Text Example

White with #25BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,253); }

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

background-color css

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

 a { background-color: rgb(37,188,253); }

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

border-color css

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

 span { border-color: rgb(37,188,253); }

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