Html Css Color HEX #19C8F1 Deep Sky Blue

📋 copy color: '#19C8F1'

red 25 ◦ green 200 ◦ blue 241

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

Shades of Deep Sky Blue #19C8F1

Tints of Deep Sky Blue #19C8F1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

 BLUE value IS 241 (94.53% from 255) = 51.72%

R = 5.36%
G = 42.92%
B = 51.72%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19C8F1 (or 0x19C8F1) is known color: Deep Sky Blue. HEX triplet: 19, C8 and F1. RGB value is (25,200,241). Sum of RGB (Red+Green+Blue) = 25+200+241=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #19C8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C8F1 is #E6370E. Grayscale: #989898. Windows color (decimal): -15087375 or 15845401. OLE color: 15845401.

HSL color Cylindrical-coordinate representation of color #19C8F1: hue angle of 191.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C8F1 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 200 241 -
CMYK 0.90 0.17 0 0.05
HSL 191.39º 0.89% 0.52% -
HSV(B) 191.39º 0.9% 0.95% -
XYZ 36.93 47.87 90.51 -
YUV 152.35 178.02 37.17 -
System Red Green Blue C M Y K H S L
Decimal 25 200 241 0.90 0.17 0 0.05 191.39 0.89 0.52
Hex 19 C8 F1 5A 11 0 5 BF 59 34
Octal 31 310 361 132 21 0 5 277 131 64
Binary 11001 11001000 11110001 1011010 10001 0 101 10111111 1011001 110100

Color Harmonies of #19C8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C8F1

Black with #19C8F1

Text Example


Text Example

White with #19C8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,200,241); }

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

background-color css

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

 a { background-color: rgb(25,200,241); }

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

border-color css

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

 span { border-color: rgb(25,200,241); }

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