Html Css Color HEX #19BCFA Deep Sky Blue

📋 copy color: '#19BCFA'

red 25 ◦ green 188 ◦ blue 250

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

Shades of Deep Sky Blue #19BCFA

Tints of Deep Sky Blue #19BCFA

RGB

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

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

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

R = 5.4%
G = 40.6%
B = 54%

CMYK

 C value IS 0.9

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19BCFA (or 0x19BCFA) is known color: Deep Sky Blue. HEX triplet: 19, BC and FA. RGB value is (25,188,250). Sum of RGB (Red+Green+Blue) = 25+188+250=463 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.40% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #19BCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCFA is #E64305. Grayscale: #919191. Windows color (decimal): -15090438 or 16432153. OLE color: 16432153.

HSL color Cylindrical-coordinate representation of color #19BCFA: hue angle of 196.53º 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 #19BCFA is Cyan = 0.9, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 188 250 -
CMYK 0.9 0.25 0 0.02
HSL 196.53º 0.96% 0.54% -
HSV(B) 196.53º 0.9% 0.98% -
XYZ 35.64 43.08 96.88 -
YUV 146.33 186.5 41.46 -
System Red Green Blue C M Y K H S L
Decimal 25 188 250 0.9 0.25 0 0.02 196.53 0.96 0.54
Hex 19 BC FA 5A 19 0 2 C5 60 36
Octal 31 274 372 132 31 0 2 305 140 66
Binary 11001 10111100 11111010 1011010 11001 0 10 11000101 1100000 110110

Color Harmonies of #19BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BCFA

Black with #19BCFA

Text Example


Text Example

White with #19BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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