Html Css Color HEX #19BDFC Deep Sky Blue

📋 copy color: '#19BDFC'

red 25 ◦ green 189 ◦ blue 252

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

Shades of Deep Sky Blue #19BDFC

Tints of Deep Sky Blue #19BDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

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

R = 5.36%
G = 40.56%
B = 54.08%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19BDFC (or 0x19BDFC) is known color: Deep Sky Blue. HEX triplet: 19, BD and FC. RGB value is (25,189,252). Sum of RGB (Red+Green+Blue) = 25+189+252=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #19BDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDFC is #E64203. Grayscale: #929292. Windows color (decimal): -15090180 or 16563481. OLE color: 16563481.

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

Color convert

RGB 25 189 252 -
CMYK 0.90 0.25 0 0.01
HSL 196.65º 0.97% 0.54% -
HSV(B) 196.65º 0.9% 0.99% -
XYZ 36.17 43.63 98.61 -
YUV 147.15 187.17 40.88 -
System Red Green Blue C M Y K H S L
Decimal 25 189 252 0.90 0.25 0 0.01 196.65 0.97 0.54
Hex 19 BD FC 5A 19 0 1 C5 61 36
Octal 31 275 374 132 31 0 1 305 141 66
Binary 11001 10111101 11111100 1011010 11001 0 1 11000101 1100001 110110

Color Harmonies of #19BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDFC

Black with #19BDFC

Text Example


Text Example

White with #19BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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