Html Css Color HEX #19C8FD Deep Sky Blue

📋 copy color: '#19C8FD'

red 25 ◦ green 200 ◦ blue 253

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

Shades of Deep Sky Blue #19C8FD

Tints of Deep Sky Blue #19C8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.84%

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

R = 5.23%
G = 41.84%
B = 52.93%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19C8FD (or 0x19C8FD) is known color: Deep Sky Blue. HEX triplet: 19, C8 and FD. RGB value is (25,200,253). Sum of RGB (Red+Green+Blue) = 25+200+253=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #19C8FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C8FD is #E63702. Grayscale: #999999. Windows color (decimal): -15087363 or 16631833. OLE color: 16631833.

HSL color Cylindrical-coordinate representation of color #19C8FD: hue angle of 193.95º 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 #19C8FD is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 200 253 -
CMYK 0.90 0.21 0 0.01
HSL 193.95º 0.98% 0.55% -
HSV(B) 193.95º 0.9% 0.99% -
XYZ 38.78 48.61 100.27 -
YUV 153.72 184.02 36.19 -
System Red Green Blue C M Y K H S L
Decimal 25 200 253 0.90 0.21 0 0.01 193.95 0.98 0.55
Hex 19 C8 FD 5A 15 0 1 C2 62 37
Octal 31 310 375 132 25 0 1 302 142 67
Binary 11001 11001000 11111101 1011010 10101 0 1 11000010 1100010 110111

Color Harmonies of #19C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C8FD

Black with #19C8FD

Text Example


Text Example

White with #19C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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