Html Css Color HEX #19BDF9 Deep Sky Blue

📋 copy color: '#19BDF9'

red 25 ◦ green 189 ◦ blue 249

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

Shades of Deep Sky Blue #19BDF9

Tints of Deep Sky Blue #19BDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 5.4%
G = 40.82%
B = 53.78%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19BDF9 (or 0x19BDF9) is known color: Deep Sky Blue. HEX triplet: 19, BD and F9. RGB value is (25,189,249). Sum of RGB (Red+Green+Blue) = 25+189+249=463 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.40% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #19BDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDF9 is #E64206. Grayscale: #929292. Windows color (decimal): -15090183 or 16366873. OLE color: 16366873.

HSL color Cylindrical-coordinate representation of color #19BDF9: hue angle of 196.07º degrees, saturation: 0.95, 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 #19BDF9 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 189 249 -
CMYK 0.90 0.24 0 0.02
HSL 196.07º 0.95% 0.54% -
HSV(B) 196.07º 0.9% 0.98% -
XYZ 35.7 43.44 96.13 -
YUV 146.8 185.67 41.12 -
System Red Green Blue C M Y K H S L
Decimal 25 189 249 0.90 0.24 0 0.02 196.07 0.95 0.54
Hex 19 BD F9 5A 18 0 2 C4 5F 36
Octal 31 275 371 132 30 0 2 304 137 66
Binary 11001 10111101 11111001 1011010 11000 0 10 11000100 1011111 110110

Color Harmonies of #19BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDF9

Black with #19BDF9

Text Example


Text Example

White with #19BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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