Html Css Color HEX #19C1FA Deep Sky Blue

📋 copy color: '#19C1FA'

red 25 ◦ green 193 ◦ blue 250

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

Shades of Deep Sky Blue #19C1FA

Tints of Deep Sky Blue #19C1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

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

R = 5.34%
G = 41.24%
B = 53.42%

CMYK

 C value IS 0.9

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19C1FA (or 0x19C1FA) is known color: Deep Sky Blue. HEX triplet: 19, C1 and FA. RGB value is (25,193,250). Sum of RGB (Red+Green+Blue) = 25+193+250=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #19C1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C1FA is #E63E05. Grayscale: #949494. Windows color (decimal): -15089158 or 16433433. OLE color: 16433433.

HSL color Cylindrical-coordinate representation of color #19C1FA: hue angle of 195.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C1FA is Cyan = 0.9, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 193 250 -
CMYK 0.9 0.23 0 0.02
HSL 195.2º 0.96% 0.54% -
HSV(B) 195.2º 0.9% 0.98% -
XYZ 36.73 45.25 97.24 -
YUV 149.27 184.84 39.37 -
System Red Green Blue C M Y K H S L
Decimal 25 193 250 0.9 0.23 0 0.02 195.2 0.96 0.54
Hex 19 C1 FA 5A 17 0 2 C3 60 36
Octal 31 301 372 132 27 0 2 303 140 66
Binary 11001 11000001 11111010 1011010 10111 0 10 11000011 1100000 110110

Color Harmonies of #19C1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C1FA

Black with #19C1FA

Text Example


Text Example

White with #19C1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,193,250); }

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

background-color css

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

 a { background-color: rgb(25,193,250); }

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

border-color css

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

 span { border-color: rgb(25,193,250); }

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