Html Css Color HEX #19CDED Deep Sky Blue

📋 copy color: '#19CDED'

red 25 ◦ green 205 ◦ blue 237

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

Shades of Deep Sky Blue #19CDED

Tints of Deep Sky Blue #19CDED

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.9%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 5.35%
G = 43.9%
B = 50.75%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19CDED (or 0x19CDED) is known color: Deep Sky Blue. HEX triplet: 19, CD and ED. RGB value is (25,205,237). Sum of RGB (Red+Green+Blue) = 25+205+237=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #19CDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDED is #E63212. Grayscale: #9A9A9A. Windows color (decimal): -15086099 or 15584537. OLE color: 15584537.

HSL color Cylindrical-coordinate representation of color #19CDED: hue angle of 189.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CDED is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 205 237 -
CMYK 0.89 0.14 0 0.07
HSL 189.06º 0.85% 0.51% -
HSV(B) 189.06º 0.89% 0.93% -
XYZ 37.52 49.98 87.79 -
YUV 154.83 174.37 35.4 -
System Red Green Blue C M Y K H S L
Decimal 25 205 237 0.89 0.14 0 0.07 189.06 0.85 0.51
Hex 19 CD ED 59 E 0 7 BD 55 33
Octal 31 315 355 131 16 0 7 275 125 63
Binary 11001 11001101 11101101 1011001 1110 0 111 10111101 1010101 110011

Color Harmonies of #19CDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CDED

Black with #19CDED

Text Example


Text Example

White with #19CDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,205,237); }

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

background-color css

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

 a { background-color: rgb(25,205,237); }

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

border-color css

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

 span { border-color: rgb(25,205,237); }

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