Html Css Color HEX #25CFFF Deep Sky Blue

📋 copy color: '#25CFFF'

red 37 ◦ green 207 ◦ blue 255

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

Shades of Deep Sky Blue #25CFFF

Tints of Deep Sky Blue #25CFFF

RGB

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

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

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

R = 7.41%
G = 41.48%
B = 51.1%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25CFFF (or 0x25CFFF) is known color: Deep Sky Blue. HEX triplet: 25, CF and FF. RGB value is (37,207,255). Sum of RGB (Red+Green+Blue) = 37+207+255=499 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.41% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #25CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CFFF is #DA3000. Grayscale: #A1A1A1. Windows color (decimal): -14299137 or 16764709. OLE color: 16764709.

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

Color convert

RGB 37 207 255 -
CMYK 0.85 0.19 0 0
HSL 193.21º 1% 0.57% -
HSV(B) 193.21º 0.85% 1% -
XYZ 41.13 52.24 102.52 -
YUV 161.64 180.68 39.1 -
System Red Green Blue C M Y K H S L
Decimal 37 207 255 0.85 0.19 0 0 193.21 1 0.57
Hex 25 CF FF 55 13 0 0 C1 64 39
Octal 45 317 377 125 23 0 0 301 144 71
Binary 100101 11001111 11111111 1010101 10011 0 0 11000001 1100100 111001

Color Harmonies of #25CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFFF

Black with #25CFFF

Text Example


Text Example

White with #25CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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