Html Css Color HEX #19BDF6 Deep Sky Blue

📋 copy color: '#19BDF6'

red 25 ◦ green 189 ◦ blue 246

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

Shades of Deep Sky Blue #19BDF6

Tints of Deep Sky Blue #19BDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.48%

R = 5.43%
G = 41.09%
B = 53.48%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#19BDF6 (or 0x19BDF6) is known color: Deep Sky Blue. HEX triplet: 19, BD and F6. RGB value is (25,189,246). Sum of RGB (Red+Green+Blue) = 25+189+246=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #19BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDF6 is #E64209. Grayscale: #929292. Windows color (decimal): -15090186 or 16170265. OLE color: 16170265.

HSL color Cylindrical-coordinate representation of color #19BDF6: hue angle of 195.48º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BDF6 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 189 246 -
CMYK 0.90 0.23 0 0.04
HSL 195.48º 0.92% 0.53% -
HSV(B) 195.48º 0.9% 0.96% -
XYZ 35.23 43.26 93.68 -
YUV 146.46 184.17 41.37 -
System Red Green Blue C M Y K H S L
Decimal 25 189 246 0.90 0.23 0 0.04 195.48 0.92 0.53
Hex 19 BD F6 5A 17 0 4 C3 5C 35
Octal 31 275 366 132 27 0 4 303 134 65
Binary 11001 10111101 11110110 1011010 10111 0 100 11000011 1011100 110101

Color Harmonies of #19BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDF6

Black with #19BDF6

Text Example


Text Example

White with #19BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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