Html Css Color HEX #19CCF7 Deep Sky Blue

📋 copy color: '#19CCF7'

red 25 ◦ green 204 ◦ blue 247

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

Shades of Deep Sky Blue #19CCF7

Tints of Deep Sky Blue #19CCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 5.25%
G = 42.86%
B = 51.89%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#19CCF7 (or 0x19CCF7) is known color: Deep Sky Blue. HEX triplet: 19, CC and F7. RGB value is (25,204,247). Sum of RGB (Red+Green+Blue) = 25+204+247=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #19CCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCF7 is #E63308. Grayscale: #9B9B9B. Windows color (decimal): -15086345 or 16239641. OLE color: 16239641.

HSL color Cylindrical-coordinate representation of color #19CCF7: hue angle of 191.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CCF7 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 204 247 -
CMYK 0.90 0.17 0 0.03
HSL 191.62º 0.93% 0.53% -
HSV(B) 191.62º 0.9% 0.97% -
XYZ 38.78 50.11 95.62 -
YUV 155.38 179.7 35 -
System Red Green Blue C M Y K H S L
Decimal 25 204 247 0.90 0.17 0 0.03 191.62 0.93 0.53
Hex 19 CC F7 5A 11 0 3 C0 5D 35
Octal 31 314 367 132 21 0 3 300 135 65
Binary 11001 11001100 11110111 1011010 10001 0 11 11000000 1011101 110101

Color Harmonies of #19CCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CCF7

Black with #19CCF7

Text Example


Text Example

White with #19CCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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