Html Css Color HEX #19CAE9 Deep Sky Blue

📋 copy color: '#19CAE9'

red 25 ◦ green 202 ◦ blue 233

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

Shades of Deep Sky Blue #19CAE9

Tints of Deep Sky Blue #19CAE9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 233 (91.41% from 255) = 50.65%

R = 5.43%
G = 43.91%
B = 50.65%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19CAE9 (or 0x19CAE9) is known color: Deep Sky Blue. HEX triplet: 19, CA and E9. RGB value is (25,202,233). Sum of RGB (Red+Green+Blue) = 25+202+233=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #19CAE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CAE9 is #E63516. Grayscale: #989898. Windows color (decimal): -15086871 or 15321625. OLE color: 15321625.

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

Color convert

RGB 25 202 233 -
CMYK 0.89 0.13 0 0.09
HSL 188.94º 0.83% 0.51% -
HSV(B) 188.94º 0.89% 0.91% -
XYZ 36.23 48.33 84.51 -
YUV 152.61 173.36 36.98 -
System Red Green Blue C M Y K H S L
Decimal 25 202 233 0.89 0.13 0 0.09 188.94 0.83 0.51
Hex 19 CA E9 59 D 0 9 BD 53 33
Octal 31 312 351 131 15 0 11 275 123 63
Binary 11001 11001010 11101001 1011001 1101 0 1001 10111101 1010011 110011

Color Harmonies of #19CAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CAE9

Black with #19CAE9

Text Example


Text Example

White with #19CAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,202,233); }

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

background-color css

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

 a { background-color: rgb(25,202,233); }

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

border-color css

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

 span { border-color: rgb(25,202,233); }

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