Html Css Color HEX #25BCFC Deep Sky Blue

📋 copy color: '#25BCFC'

red 37 ◦ green 188 ◦ blue 252

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

Shades of Deep Sky Blue #25BCFC

Tints of Deep Sky Blue #25BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 7.76%
G = 39.41%
B = 52.83%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#25BCFC (or 0x25BCFC) is known color: Deep Sky Blue. HEX triplet: 25, BC and FC. RGB value is (37,188,252). Sum of RGB (Red+Green+Blue) = 37+188+252=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #25BCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BCFC is #DA4303. Grayscale: #959595. Windows color (decimal): -14304004 or 16563237. OLE color: 16563237.

HSL color Cylindrical-coordinate representation of color #25BCFC: hue angle of 197.86º degrees, saturation: 0.97, 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 #25BCFC is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 188 252 -
CMYK 0.85 0.25 0 0.01
HSL 197.86º 0.97% 0.57% -
HSV(B) 197.86º 0.85% 0.99% -
XYZ 36.32 43.39 98.56 -
YUV 150.15 185.47 47.3 -
System Red Green Blue C M Y K H S L
Decimal 37 188 252 0.85 0.25 0 0.01 197.86 0.97 0.57
Hex 25 BC FC 55 19 0 1 C6 61 39
Octal 45 274 374 125 31 0 1 306 141 71
Binary 100101 10111100 11111100 1010101 11001 0 1 11000110 1100001 111001

Color Harmonies of #25BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCFC

Black with #25BCFC

Text Example


Text Example

White with #25BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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