Html Css Color HEX #25C5FE Deep Sky Blue

📋 copy color: '#25C5FE'

red 37 ◦ green 197 ◦ blue 254

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

Shades of Deep Sky Blue #25C5FE

Tints of Deep Sky Blue #25C5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

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

R = 7.58%
G = 40.37%
B = 52.05%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#25C5FE (or 0x25C5FE) is known color: Deep Sky Blue. HEX triplet: 25, C5 and FE. RGB value is (37,197,254). Sum of RGB (Red+Green+Blue) = 37+197+254=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #25C5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C5FE is #DA3A01. Grayscale: #9B9B9B. Windows color (decimal): -14301698 or 16696613. OLE color: 16696613.

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

Color convert

RGB 37 197 254 -
CMYK 0.85 0.22 0 0.00
HSL 195.76º 0.99% 0.57% -
HSV(B) 195.76º 0.85% 1% -
XYZ 38.62 47.48 100.9 -
YUV 155.66 183.49 43.37 -
System Red Green Blue C M Y K H S L
Decimal 37 197 254 0.85 0.22 0 0.00 195.76 0.99 0.57
Hex 25 C5 FE 55 16 0 0 C4 63 39
Octal 45 305 376 125 26 0 0 304 143 71
Binary 100101 11000101 11111110 1010101 10110 0 0 11000100 1100011 111001

Color Harmonies of #25C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C5FE

Black with #25C5FE

Text Example


Text Example

White with #25C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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