Html Css Color HEX #25BCFE Deep Sky Blue

📋 copy color: '#25BCFE'

red 37 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #25BCFE

Tints of Deep Sky Blue #25BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 7.72%
G = 39.25%
B = 53.03%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#25BCFE (or 0x25BCFE) is known color: Deep Sky Blue. HEX triplet: 25, BC and FE. RGB value is (37,188,254). Sum of RGB (Red+Green+Blue) = 37+188+254=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #25BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BCFE is #DA4301. Grayscale: #959595. Windows color (decimal): -14304002 or 16694309. OLE color: 16694309.

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

Color convert

RGB 37 188 254 -
CMYK 0.85 0.26 0 0.00
HSL 198.25º 0.99% 0.57% -
HSV(B) 198.25º 0.85% 1% -
XYZ 36.64 43.52 100.23 -
YUV 150.38 186.47 47.13 -
System Red Green Blue C M Y K H S L
Decimal 37 188 254 0.85 0.26 0 0.00 198.25 0.99 0.57
Hex 25 BC FE 55 1A 0 0 C6 63 39
Octal 45 274 376 125 32 0 0 306 143 71
Binary 100101 10111100 11111110 1010101 11010 0 0 11000110 1100011 111001

Color Harmonies of #25BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCFE

Black with #25BCFE

Text Example


Text Example

White with #25BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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