Html Css Color HEX #19C0FD Deep Sky Blue

📋 copy color: '#19C0FD'

red 25 ◦ green 192 ◦ blue 253

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

Shades of Deep Sky Blue #19C0FD

Tints of Deep Sky Blue #19C0FD

RGB

 RED value IS 25 (10.16% from 255) = 5.32%

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

 BLUE value IS 253 (99.22% from 255) = 53.83%

R = 5.32%
G = 40.85%
B = 53.83%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19C0FD (or 0x19C0FD) is known color: Deep Sky Blue. HEX triplet: 19, C0 and FD. RGB value is (25,192,253). Sum of RGB (Red+Green+Blue) = 25+192+253=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #19C0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C0FD is #E63F02. Grayscale: #949494. Windows color (decimal): -15089411 or 16629785. OLE color: 16629785.

HSL color Cylindrical-coordinate representation of color #19C0FD: hue angle of 196.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C0FD is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 192 253 -
CMYK 0.90 0.24 0 0.01
HSL 196.05º 0.98% 0.55% -
HSV(B) 196.05º 0.9% 0.99% -
XYZ 36.98 45 99.66 -
YUV 149.02 186.67 39.54 -
System Red Green Blue C M Y K H S L
Decimal 25 192 253 0.90 0.24 0 0.01 196.05 0.98 0.55
Hex 19 C0 FD 5A 18 0 1 C4 62 37
Octal 31 300 375 132 30 0 1 304 142 67
Binary 11001 11000000 11111101 1011010 11000 0 1 11000100 1100010 110111

Color Harmonies of #19C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C0FD

Black with #19C0FD

Text Example


Text Example

White with #19C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19C0FD; }

 p { color: rgb(25,192,253); }

 H1.HeaderClassName
 {
   color: #19C0FD;
 }
 .AnyTagClassName
 {
   color: #19C0FD;
 }
</style>

background-color css

<style>
 a { background-color: #19C0FD; }

 a { background-color: rgb(25,192,253); }

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

border-color css

<style>
 span { border-color: #19C0FD; }

 span { border-color: rgb(25,192,253); }

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