Html Css Color HEX #19CDEE Deep Sky Blue

📋 copy color: '#19CDEE'

red 25 ◦ green 205 ◦ blue 238

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

Shades of Deep Sky Blue #19CDEE

Tints of Deep Sky Blue #19CDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 5.34%
G = 43.8%
B = 50.85%

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

#19CDEE (or 0x19CDEE) is known color: Deep Sky Blue. HEX triplet: 19, CD and EE. RGB value is (25,205,238). Sum of RGB (Red+Green+Blue) = 25+205+238=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #19CDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDEE is #E63211. Grayscale: #9A9A9A. Windows color (decimal): -15086098 or 15650073. OLE color: 15650073.

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

Color convert

RGB 25 205 238 -
CMYK 0.89 0.14 0 0.07
HSL 189.3º 0.86% 0.52% -
HSV(B) 189.3º 0.89% 0.93% -
XYZ 37.66 50.04 88.56 -
YUV 154.94 174.87 35.32 -
System Red Green Blue C M Y K H S L
Decimal 25 205 238 0.89 0.14 0 0.07 189.3 0.86 0.52
Hex 19 CD EE 59 E 0 7 BD 56 34
Octal 31 315 356 131 16 0 7 275 126 64
Binary 11001 11001101 11101110 1011001 1110 0 111 10111101 1010110 110100

Color Harmonies of #19CDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CDEE

Black with #19CDEE

Text Example


Text Example

White with #19CDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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