Html Css Color HEX #19BEFE Deep Sky Blue

📋 copy color: '#19BEFE'

red 25 ◦ green 190 ◦ blue 254

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

Shades of Deep Sky Blue #19BEFE

Tints of Deep Sky Blue #19BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 5.33%
G = 40.51%
B = 54.16%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19BEFE (or 0x19BEFE) is known color: Deep Sky Blue. HEX triplet: 19, BE and FE. RGB value is (25,190,254). Sum of RGB (Red+Green+Blue) = 25+190+254=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #19BEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BEFE is #E64101. Grayscale: #939393. Windows color (decimal): -15089922 or 16694809. OLE color: 16694809.

HSL color Cylindrical-coordinate representation of color #19BEFE: hue angle of 196.77º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BEFE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 190 254 -
CMYK 0.90 0.25 0 0.00
HSL 196.77º 0.99% 0.55% -
HSV(B) 196.77º 0.9% 1% -
XYZ 36.7 44.19 100.36 -
YUV 147.96 187.84 40.3 -
System Red Green Blue C M Y K H S L
Decimal 25 190 254 0.90 0.25 0 0.00 196.77 0.99 0.55
Hex 19 BE FE 5A 19 0 0 C5 63 37
Octal 31 276 376 132 31 0 0 305 143 67
Binary 11001 10111110 11111110 1011010 11001 0 0 11000101 1100011 110111

Color Harmonies of #19BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BEFE

Black with #19BEFE

Text Example


Text Example

White with #19BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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