Html Css Color HEX #19BBFE Deep Sky Blue

📋 copy color: '#19BBFE'

red 25 ◦ green 187 ◦ blue 254

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

Shades of Deep Sky Blue #19BBFE

Tints of Deep Sky Blue #19BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

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

R = 5.36%
G = 40.13%
B = 54.51%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19BBFE (or 0x19BBFE) is known color: Deep Sky Blue. HEX triplet: 19, BB and FE. RGB value is (25,187,254). Sum of RGB (Red+Green+Blue) = 25+187+254=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #19BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BBFE is #E64401. Grayscale: #919191. Windows color (decimal): -15090690 or 16694041. OLE color: 16694041.

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

Color convert

RGB 25 187 254 -
CMYK 0.90 0.26 0 0.00
HSL 197.55º 0.99% 0.55% -
HSV(B) 197.55º 0.9% 1% -
XYZ 36.06 42.9 100.15 -
YUV 146.2 188.83 41.55 -
System Red Green Blue C M Y K H S L
Decimal 25 187 254 0.90 0.26 0 0.00 197.55 0.99 0.55
Hex 19 BB FE 5A 1A 0 0 C6 63 37
Octal 31 273 376 132 32 0 0 306 143 67
Binary 11001 10111011 11111110 1011010 11010 0 0 11000110 1100011 110111

Color Harmonies of #19BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BBFE

Black with #19BBFE

Text Example


Text Example

White with #19BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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