Html Css Color HEX #19BDF8 Deep Sky Blue

📋 copy color: '#19BDF8'

red 25 ◦ green 189 ◦ blue 248

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

Shades of Deep Sky Blue #19BDF8

Tints of Deep Sky Blue #19BDF8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.91%

 BLUE value IS 248 (97.27% from 255) = 53.68%

R = 5.41%
G = 40.91%
B = 53.68%

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

#19BDF8 (or 0x19BDF8) is known color: Deep Sky Blue. HEX triplet: 19, BD and F8. RGB value is (25,189,248). Sum of RGB (Red+Green+Blue) = 25+189+248=462 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.41% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #19BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDF8 is #E64207. Grayscale: #929292. Windows color (decimal): -15090184 or 16301337. OLE color: 16301337.

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

Color convert

RGB 25 189 248 -
CMYK 0.90 0.24 0 0.03
HSL 195.87º 0.94% 0.54% -
HSV(B) 195.87º 0.9% 0.97% -
XYZ 35.54 43.38 95.31 -
YUV 146.69 185.17 41.2 -
System Red Green Blue C M Y K H S L
Decimal 25 189 248 0.90 0.24 0 0.03 195.87 0.94 0.54
Hex 19 BD F8 5A 18 0 3 C4 5E 36
Octal 31 275 370 132 30 0 3 304 136 66
Binary 11001 10111101 11111000 1011010 11000 0 11 11000100 1011110 110110

Color Harmonies of #19BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDF8

Black with #19BDF8

Text Example


Text Example

White with #19BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,189,248); }

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

background-color css

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

 a { background-color: rgb(25,189,248); }

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

border-color css

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

 span { border-color: rgb(25,189,248); }

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