Html Css Color HEX #19BEEF Deep Sky Blue

📋 copy color: '#19BEEF'

red 25 ◦ green 190 ◦ blue 239

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

Shades of Deep Sky Blue #19BEEF

Tints of Deep Sky Blue #19BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

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

R = 5.51%
G = 41.85%
B = 52.64%

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

#19BEEF (or 0x19BEEF) is known color: Deep Sky Blue. HEX triplet: 19, BE and EF. RGB value is (25,190,239). Sum of RGB (Red+Green+Blue) = 25+190+239=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #19BEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BEEF is #E64110. Grayscale: #919191. Windows color (decimal): -15089937 or 15711769. OLE color: 15711769.

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

Color convert

RGB 25 190 239 -
CMYK 0.90 0.21 0 0.06
HSL 193.74º 0.87% 0.52% -
HSV(B) 193.74º 0.9% 0.94% -
XYZ 34.39 43.27 88.2 -
YUV 146.25 180.34 41.52 -
System Red Green Blue C M Y K H S L
Decimal 25 190 239 0.90 0.21 0 0.06 193.74 0.87 0.52
Hex 19 BE EF 5A 15 0 6 C2 57 34
Octal 31 276 357 132 25 0 6 302 127 64
Binary 11001 10111110 11101111 1011010 10101 0 110 11000010 1010111 110100

Color Harmonies of #19BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BEEF

Black with #19BEEF

Text Example


Text Example

White with #19BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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