Html Css Color HEX #19CCFC Deep Sky Blue

📋 copy color: '#19CCFC'

red 25 ◦ green 204 ◦ blue 252

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

Shades of Deep Sky Blue #19CCFC

Tints of Deep Sky Blue #19CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

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

R = 5.2%
G = 42.41%
B = 52.39%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19CCFC (or 0x19CCFC) is known color: Deep Sky Blue. HEX triplet: 19, CC and FC. RGB value is (25,204,252). Sum of RGB (Red+Green+Blue) = 25+204+252=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #19CCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCFC is #E63303. Grayscale: #9B9B9B. Windows color (decimal): -15086340 or 16567321. OLE color: 16567321.

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

Color convert

RGB 25 204 252 -
CMYK 0.90 0.19 0 0.01
HSL 192.69º 0.97% 0.54% -
HSV(B) 192.69º 0.9% 0.99% -
XYZ 39.56 50.42 99.74 -
YUV 155.95 182.2 34.6 -
System Red Green Blue C M Y K H S L
Decimal 25 204 252 0.90 0.19 0 0.01 192.69 0.97 0.54
Hex 19 CC FC 5A 13 0 1 C1 61 36
Octal 31 314 374 132 23 0 1 301 141 66
Binary 11001 11001100 11111100 1011010 10011 0 1 11000001 1100001 110110

Color Harmonies of #19CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CCFC

Black with #19CCFC

Text Example


Text Example

White with #19CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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