Html Css Color HEX #19B8FC Deep Sky Blue

📋 copy color: '#19B8FC'

red 25 ◦ green 184 ◦ blue 252

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

Shades of Deep Sky Blue #19B8FC

Tints of Deep Sky Blue #19B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 5.42%
G = 39.91%
B = 54.66%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19B8FC (or 0x19B8FC) is known color: Deep Sky Blue. HEX triplet: 19, B8 and FC. RGB value is (25,184,252). Sum of RGB (Red+Green+Blue) = 25+184+252=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #19B8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B8FC is #E64703. Grayscale: #8F8F8F. Windows color (decimal): -15091460 or 16562201. OLE color: 16562201.

HSL color Cylindrical-coordinate representation of color #19B8FC: hue angle of 197.97º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19B8FC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 184 252 -
CMYK 0.90 0.27 0 0.01
HSL 197.97º 0.97% 0.54% -
HSV(B) 197.97º 0.9% 0.99% -
XYZ 35.11 41.52 98.26 -
YUV 144.21 188.82 42.97 -
System Red Green Blue C M Y K H S L
Decimal 25 184 252 0.90 0.27 0 0.01 197.97 0.97 0.54
Hex 19 B8 FC 5A 1B 0 1 C6 61 36
Octal 31 270 374 132 33 0 1 306 141 66
Binary 11001 10111000 11111100 1011010 11011 0 1 11000110 1100001 110110

Color Harmonies of #19B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B8FC

Black with #19B8FC

Text Example


Text Example

White with #19B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,184,252); }

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

background-color css

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

 a { background-color: rgb(25,184,252); }

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

border-color css

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

 span { border-color: rgb(25,184,252); }

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