Html Css Color HEX #19B5F3 Deep Sky Blue

📋 copy color: '#19B5F3'

red 25 ◦ green 181 ◦ blue 243

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

Shades of Deep Sky Blue #19B5F3

Tints of Deep Sky Blue #19B5F3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

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

R = 5.57%
G = 40.31%
B = 54.12%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19B5F3 (or 0x19B5F3) is known color: Deep Sky Blue. HEX triplet: 19, B5 and F3. RGB value is (25,181,243). Sum of RGB (Red+Green+Blue) = 25+181+243=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #19B5F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B5F3 is #E64A0C. Grayscale: #8D8D8D. Windows color (decimal): -15092237 or 15971609. OLE color: 15971609.

HSL color Cylindrical-coordinate representation of color #19B5F3: hue angle of 197.06º 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 #19B5F3 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 181 243 -
CMYK 0.90 0.26 0 0.05
HSL 197.06º 0.9% 0.53% -
HSV(B) 197.06º 0.9% 0.95% -
XYZ 33.1 39.73 90.72 -
YUV 141.42 185.32 44.96 -
System Red Green Blue C M Y K H S L
Decimal 25 181 243 0.90 0.26 0 0.05 197.06 0.9 0.53
Hex 19 B5 F3 5A 1A 0 5 C5 5A 35
Octal 31 265 363 132 32 0 5 305 132 65
Binary 11001 10110101 11110011 1011010 11010 0 101 11000101 1011010 110101

Color Harmonies of #19B5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B5F3

Black with #19B5F3

Text Example


Text Example

White with #19B5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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