Html Css Color HEX #19BDED Deep Sky Blue

📋 copy color: '#19BDED'

red 25 ◦ green 189 ◦ blue 237

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

Shades of Deep Sky Blue #19BDED

Tints of Deep Sky Blue #19BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 5.54%
G = 41.91%
B = 52.55%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19BDED (or 0x19BDED) is known color: Deep Sky Blue. HEX triplet: 19, BD and ED. RGB value is (25,189,237). Sum of RGB (Red+Green+Blue) = 25+189+237=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #19BDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDED is #E64212. Grayscale: #919191. Windows color (decimal): -15090195 or 15580441. OLE color: 15580441.

HSL color Cylindrical-coordinate representation of color #19BDED: hue angle of 193.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BDED is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 189 237 -
CMYK 0.89 0.20 0 0.07
HSL 193.58º 0.85% 0.51% -
HSV(B) 193.58º 0.89% 0.93% -
XYZ 33.88 42.72 86.58 -
YUV 145.44 179.67 42.1 -
System Red Green Blue C M Y K H S L
Decimal 25 189 237 0.89 0.20 0 0.07 193.58 0.85 0.51
Hex 19 BD ED 59 14 0 7 C2 55 33
Octal 31 275 355 131 24 0 7 302 125 63
Binary 11001 10111101 11101101 1011001 10100 0 111 11000010 1010101 110011

Color Harmonies of #19BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDED

Black with #19BDED

Text Example


Text Example

White with #19BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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