Html Css Color HEX #19BFEF Deep Sky Blue

📋 copy color: '#19BFEF'

red 25 ◦ green 191 ◦ blue 239

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

Shades of Deep Sky Blue #19BFEF

Tints of Deep Sky Blue #19BFEF

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

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

R = 5.49%
G = 41.98%
B = 52.53%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#19BFEF (or 0x19BFEF) is known color: Deep Sky Blue. HEX triplet: 19, BF and EF. RGB value is (25,191,239). Sum of RGB (Red+Green+Blue) = 25+191+239=455 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.49% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #19BFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BFEF is #E64010. Grayscale: #929292. Windows color (decimal): -15089681 or 15712025. OLE color: 15712025.

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

Color convert

RGB 25 191 239 -
CMYK 0.90 0.20 0 0.06
HSL 193.46º 0.87% 0.52% -
HSV(B) 193.46º 0.9% 0.94% -
XYZ 34.61 43.7 88.27 -
YUV 146.84 180 41.1 -
System Red Green Blue C M Y K H S L
Decimal 25 191 239 0.90 0.20 0 0.06 193.46 0.87 0.52
Hex 19 BF EF 5A 14 0 6 C1 57 34
Octal 31 277 357 132 24 0 6 301 127 64
Binary 11001 10111111 11101111 1011010 10100 0 110 11000001 1010111 110100

Color Harmonies of #19BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BFEF

Black with #19BFEF

Text Example


Text Example

White with #19BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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