Html Css Color HEX #19B2FC Deep Sky Blue

📋 copy color: '#19B2FC'

red 25 ◦ green 178 ◦ blue 252

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

Shades of Deep Sky Blue #19B2FC

Tints of Deep Sky Blue #19B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.12%

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

R = 5.49%
G = 39.12%
B = 55.38%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19B2FC (or 0x19B2FC) is known color: Deep Sky Blue. HEX triplet: 19, B2 and FC. RGB value is (25,178,252). Sum of RGB (Red+Green+Blue) = 25+178+252=455 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.49% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #19B2FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B2FC is #E64D03. Grayscale: #8C8C8C. Windows color (decimal): -15092996 or 16560665. OLE color: 16560665.

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

Color convert

RGB 25 178 252 -
CMYK 0.90 0.29 0 0.01
HSL 199.56º 0.97% 0.54% -
HSV(B) 199.56º 0.9% 0.99% -
XYZ 33.89 39.08 97.85 -
YUV 140.69 190.81 45.48 -
System Red Green Blue C M Y K H S L
Decimal 25 178 252 0.90 0.29 0 0.01 199.56 0.97 0.54
Hex 19 B2 FC 5A 1D 0 1 C8 61 36
Octal 31 262 374 132 35 0 1 310 141 66
Binary 11001 10110010 11111100 1011010 11101 0 1 11001000 1100001 110110

Color Harmonies of #19B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B2FC

Black with #19B2FC

Text Example


Text Example

White with #19B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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