Html Css Color HEX #25CDFB Deep Sky Blue

📋 copy color: '#25CDFB'

red 37 ◦ green 205 ◦ blue 251

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

Shades of Deep Sky Blue #25CDFB

Tints of Deep Sky Blue #25CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 7.51%
G = 41.58%
B = 50.91%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#25CDFB (or 0x25CDFB) is known color: Deep Sky Blue. HEX triplet: 25, CD and FB. RGB value is (37,205,251). Sum of RGB (Red+Green+Blue) = 37+205+251=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #25CDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CDFB is #DA3204. Grayscale: #9F9F9F. Windows color (decimal): -14299653 or 16502053. OLE color: 16502053.

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

Color convert

RGB 37 205 251 -
CMYK 0.85 0.18 0 0.02
HSL 192.9º 0.96% 0.56% -
HSV(B) 192.9º 0.85% 0.98% -
XYZ 40.01 51.02 99.01 -
YUV 160.01 179.34 40.26 -
System Red Green Blue C M Y K H S L
Decimal 37 205 251 0.85 0.18 0 0.02 192.9 0.96 0.56
Hex 25 CD FB 55 12 0 2 C1 60 38
Octal 45 315 373 125 22 0 2 301 140 70
Binary 100101 11001101 11111011 1010101 10010 0 10 11000001 1100000 111000

Color Harmonies of #25CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CDFB

Black with #25CDFB

Text Example


Text Example

White with #25CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,205,251); }

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

background-color css

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

 a { background-color: rgb(37,205,251); }

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

border-color css

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

 span { border-color: rgb(37,205,251); }

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