Html Css Color HEX #19BFFC Deep Sky Blue

📋 copy color: '#19BFFC'

red 25 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #19BFFC

Tints of Deep Sky Blue #19BFFC

RGB

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

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

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

R = 5.34%
G = 40.81%
B = 53.85%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19BFFC (or 0x19BFFC) is known color: Deep Sky Blue. HEX triplet: 19, BF and FC. RGB value is (25,191,252). Sum of RGB (Red+Green+Blue) = 25+191+252=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #19BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BFFC is #E64003. Grayscale: #939393. Windows color (decimal): -15089668 or 16563993. OLE color: 16563993.

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

Color convert

RGB 25 191 252 -
CMYK 0.90 0.24 0 0.01
HSL 196.12º 0.97% 0.54% -
HSV(B) 196.12º 0.9% 0.99% -
XYZ 36.6 44.5 98.76 -
YUV 148.32 186.5 40.04 -
System Red Green Blue C M Y K H S L
Decimal 25 191 252 0.90 0.24 0 0.01 196.12 0.97 0.54
Hex 19 BF FC 5A 18 0 1 C4 61 36
Octal 31 277 374 132 30 0 1 304 141 66
Binary 11001 10111111 11111100 1011010 11000 0 1 11000100 1100001 110110

Color Harmonies of #19BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BFFC

Black with #19BFFC

Text Example


Text Example

White with #19BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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