Html Css Color HEX #19BDF3 Deep Sky Blue

📋 copy color: '#19BDF3'

red 25 ◦ green 189 ◦ blue 243

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

Shades of Deep Sky Blue #19BDF3

Tints of Deep Sky Blue #19BDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.17%

R = 5.47%
G = 41.36%
B = 53.17%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19BDF3 (or 0x19BDF3) is known color: Deep Sky Blue. HEX triplet: 19, BD and F3. RGB value is (25,189,243). Sum of RGB (Red+Green+Blue) = 25+189+243=457 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.47% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #19BDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDF3 is #E6420C. Grayscale: #919191. Windows color (decimal): -15090189 or 15973657. OLE color: 15973657.

HSL color Cylindrical-coordinate representation of color #19BDF3: hue angle of 194.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BDF3 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 189 243 -
CMYK 0.90 0.22 0 0.05
HSL 194.86º 0.9% 0.53% -
HSV(B) 194.86º 0.9% 0.95% -
XYZ 34.78 43.07 91.28 -
YUV 146.12 182.67 41.61 -
System Red Green Blue C M Y K H S L
Decimal 25 189 243 0.90 0.22 0 0.05 194.86 0.9 0.53
Hex 19 BD F3 5A 16 0 5 C3 5A 35
Octal 31 275 363 132 26 0 5 303 132 65
Binary 11001 10111101 11110011 1011010 10110 0 101 11000011 1011010 110101

Color Harmonies of #19BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDF3

Black with #19BDF3

Text Example


Text Example

White with #19BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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