Html Css Color HEX #19BDEF Deep Sky Blue

📋 copy color: '#19BDEF'

red 25 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #19BDEF

Tints of Deep Sky Blue #19BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 5.52%
G = 41.72%
B = 52.76%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#19BDEF (or 0x19BDEF) is known color: Deep Sky Blue. HEX triplet: 19, BD and EF. RGB value is (25,189,239). Sum of RGB (Red+Green+Blue) = 25+189+239=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #19BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDEF is #E64210. Grayscale: #919191. Windows color (decimal): -15090193 or 15711513. OLE color: 15711513.

HSL color Cylindrical-coordinate representation of color #19BDEF: hue angle of 194.02º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BDEF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 189 239 -
CMYK 0.90 0.21 0 0.06
HSL 194.02º 0.87% 0.52% -
HSV(B) 194.02º 0.9% 0.94% -
XYZ 34.18 42.83 88.13 -
YUV 145.66 180.67 41.93 -
System Red Green Blue C M Y K H S L
Decimal 25 189 239 0.90 0.21 0 0.06 194.02 0.87 0.52
Hex 19 BD EF 5A 15 0 6 C2 57 34
Octal 31 275 357 132 25 0 6 302 127 64
Binary 11001 10111101 11101111 1011010 10101 0 110 11000010 1010111 110100

Color Harmonies of #19BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDEF

Black with #19BDEF

Text Example


Text Example

White with #19BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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