Html Css Color HEX #25C0FF Deep Sky Blue

📋 copy color: '#25C0FF'

red 37 ◦ green 192 ◦ blue 255

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

Shades of Deep Sky Blue #25C0FF

Tints of Deep Sky Blue #25C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 255 (100% from 255) = 52.69%

R = 7.64%
G = 39.67%
B = 52.69%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25C0FF (or 0x25C0FF) is known color: Deep Sky Blue. HEX triplet: 25, C0 and FF. RGB value is (37,192,255). Sum of RGB (Red+Green+Blue) = 37+192+255=484 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.64% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #25C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C0FF is #DA3F00. Grayscale: #989898. Windows color (decimal): -14302977 or 16760869. OLE color: 16760869.

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

Color convert

RGB 37 192 255 -
CMYK 0.85 0.25 0 0
HSL 197.34º 1% 0.57% -
HSV(B) 197.34º 0.85% 1% -
XYZ 37.66 45.31 101.37 -
YUV 152.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 37 192 255 0.85 0.25 0 0 197.34 1 0.57
Hex 25 C0 FF 55 19 0 0 C5 64 39
Octal 45 300 377 125 31 0 0 305 144 71
Binary 100101 11000000 11111111 1010101 11001 0 0 11000101 1100100 111001

Color Harmonies of #25C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C0FF

Black with #25C0FF

Text Example


Text Example

White with #25C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,192,255); }

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

background-color css

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

 a { background-color: rgb(37,192,255); }

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

border-color css

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

 span { border-color: rgb(37,192,255); }

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