Html Css Color HEX #25CFFE Deep Sky Blue

📋 copy color: '#25CFFE'

red 37 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #25CFFE

Tints of Deep Sky Blue #25CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

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

R = 7.43%
G = 41.57%
B = 51%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#25CFFE (or 0x25CFFE) is known color: Deep Sky Blue. HEX triplet: 25, CF and FE. RGB value is (37,207,254). Sum of RGB (Red+Green+Blue) = 37+207+254=498 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.43% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #25CFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CFFE is #DA3001. Grayscale: #A1A1A1. Windows color (decimal): -14299138 or 16699173. OLE color: 16699173.

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

Color convert

RGB 37 207 254 -
CMYK 0.85 0.19 0 0.00
HSL 193º 0.99% 0.57% -
HSV(B) 193º 0.85% 1% -
XYZ 40.97 52.17 101.68 -
YUV 161.53 180.18 39.18 -
System Red Green Blue C M Y K H S L
Decimal 37 207 254 0.85 0.19 0 0.00 193 0.99 0.57
Hex 25 CF FE 55 13 0 0 C1 63 39
Octal 45 317 376 125 23 0 0 301 143 71
Binary 100101 11001111 11111110 1010101 10011 0 0 11000001 1100011 111001

Color Harmonies of #25CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFFE

Black with #25CFFE

Text Example


Text Example

White with #25CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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