Html Css Color HEX #19C6EA Deep Sky Blue

📋 copy color: '#19C6EA'

red 25 ◦ green 198 ◦ blue 234

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

Shades of Deep Sky Blue #19C6EA

Tints of Deep Sky Blue #19C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 5.47%
G = 43.33%
B = 51.2%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19C6EA (or 0x19C6EA) is known color: Deep Sky Blue. HEX triplet: 19, C6 and EA. RGB value is (25,198,234). Sum of RGB (Red+Green+Blue) = 25+198+234=457 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.47% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #19C6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C6EA is #E63915. Grayscale: #969696. Windows color (decimal): -15087894 or 15386137. OLE color: 15386137.

HSL color Cylindrical-coordinate representation of color #19C6EA: hue angle of 190.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19C6EA is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 198 234 -
CMYK 0.89 0.15 0 0.08
HSL 190.33º 0.83% 0.51% -
HSV(B) 190.33º 0.89% 0.92% -
XYZ 35.45 46.54 84.96 -
YUV 150.38 175.19 38.57 -
System Red Green Blue C M Y K H S L
Decimal 25 198 234 0.89 0.15 0 0.08 190.33 0.83 0.51
Hex 19 C6 EA 59 F 0 8 BE 53 33
Octal 31 306 352 131 17 0 10 276 123 63
Binary 11001 11000110 11101010 1011001 1111 0 1000 10111110 1010011 110011

Color Harmonies of #19C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C6EA

Black with #19C6EA

Text Example


Text Example

White with #19C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,198,234); }

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

background-color css

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

 a { background-color: rgb(25,198,234); }

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

border-color css

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

 span { border-color: rgb(25,198,234); }

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