Html Css Color HEX #25CFFA Deep Sky Blue

📋 copy color: '#25CFFA'

red 37 ◦ green 207 ◦ blue 250

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

Shades of Deep Sky Blue #25CFFA

Tints of Deep Sky Blue #25CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 7.49%
G = 41.9%
B = 50.61%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#25CFFA (or 0x25CFFA) is known color: Deep Sky Blue. HEX triplet: 25, CF and FA. RGB value is (37,207,250). Sum of RGB (Red+Green+Blue) = 37+207+250=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #25CFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CFFA is #DA3005. Grayscale: #A0A0A0. Windows color (decimal): -14299142 or 16437029. OLE color: 16437029.

HSL color Cylindrical-coordinate representation of color #25CFFA: hue angle of 192.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25CFFA is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 207 250 -
CMYK 0.85 0.17 0 0.02
HSL 192.11º 0.96% 0.56% -
HSV(B) 192.11º 0.85% 0.98% -
XYZ 40.33 51.92 98.34 -
YUV 161.07 178.18 39.5 -
System Red Green Blue C M Y K H S L
Decimal 37 207 250 0.85 0.17 0 0.02 192.11 0.96 0.56
Hex 25 CF FA 55 11 0 2 C0 60 38
Octal 45 317 372 125 21 0 2 300 140 70
Binary 100101 11001111 11111010 1010101 10001 0 10 11000000 1100000 111000

Color Harmonies of #25CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFFA

Black with #25CFFA

Text Example


Text Example

White with #25CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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