Html Css Color HEX #25BBFE Deep Sky Blue

📋 copy color: '#25BBFE'

red 37 ◦ green 187 ◦ blue 254

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

Shades of Deep Sky Blue #25BBFE

Tints of Deep Sky Blue #25BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

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

R = 7.74%
G = 39.12%
B = 53.14%

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

#25BBFE (or 0x25BBFE) is known color: Deep Sky Blue. HEX triplet: 25, BB and FE. RGB value is (37,187,254). Sum of RGB (Red+Green+Blue) = 37+187+254=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #25BBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BBFE is #DA4401. Grayscale: #959595. Windows color (decimal): -14304258 or 16694053. OLE color: 16694053.

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

Color convert

RGB 37 187 254 -
CMYK 0.85 0.26 0 0.00
HSL 198.53º 0.99% 0.57% -
HSV(B) 198.53º 0.85% 1% -
XYZ 36.42 43.09 100.16 -
YUV 149.79 186.81 47.55 -
System Red Green Blue C M Y K H S L
Decimal 37 187 254 0.85 0.26 0 0.00 198.53 0.99 0.57
Hex 25 BB FE 55 1A 0 0 C7 63 39
Octal 45 273 376 125 32 0 0 307 143 71
Binary 100101 10111011 11111110 1010101 11010 0 0 11000111 1100011 111001

Color Harmonies of #25BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BBFE

Black with #25BBFE

Text Example


Text Example

White with #25BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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