Html Css Color HEX #19BCF7 Deep Sky Blue

📋 copy color: '#19BCF7'

red 25 ◦ green 188 ◦ blue 247

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

Shades of Deep Sky Blue #19BCF7

Tints of Deep Sky Blue #19BCF7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 5.43%
G = 40.87%
B = 53.7%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#19BCF7 (or 0x19BCF7) is known color: Deep Sky Blue. HEX triplet: 19, BC and F7. RGB value is (25,188,247). Sum of RGB (Red+Green+Blue) = 25+188+247=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #19BCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCF7 is #E64308. Grayscale: #919191. Windows color (decimal): -15090441 or 16235545. OLE color: 16235545.

HSL color Cylindrical-coordinate representation of color #19BCF7: hue angle of 195.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BCF7 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 188 247 -
CMYK 0.90 0.24 0 0.03
HSL 195.95º 0.93% 0.53% -
HSV(B) 195.95º 0.9% 0.97% -
XYZ 35.17 42.89 94.42 -
YUV 145.99 185 41.7 -
System Red Green Blue C M Y K H S L
Decimal 25 188 247 0.90 0.24 0 0.03 195.95 0.93 0.53
Hex 19 BC F7 5A 18 0 3 C4 5D 35
Octal 31 274 367 132 30 0 3 304 135 65
Binary 11001 10111100 11110111 1011010 11000 0 11 11000100 1011101 110101

Color Harmonies of #19BCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BCF7

Black with #19BCF7

Text Example


Text Example

White with #19BCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,188,247); }

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

background-color css

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

 a { background-color: rgb(25,188,247); }

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

border-color css

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

 span { border-color: rgb(25,188,247); }

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