Html Css Color HEX #19CEEE Deep Sky Blue

📋 copy color: '#19CEEE'

red 25 ◦ green 206 ◦ blue 238

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

Shades of Deep Sky Blue #19CEEE

Tints of Deep Sky Blue #19CEEE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

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

R = 5.33%
G = 43.92%
B = 50.75%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19CEEE (or 0x19CEEE) is known color: Deep Sky Blue. HEX triplet: 19, CE and EE. RGB value is (25,206,238). Sum of RGB (Red+Green+Blue) = 25+206+238=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #19CEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEEE is #E63111. Grayscale: #9B9B9B. Windows color (decimal): -15085842 or 15650329. OLE color: 15650329.

HSL color Cylindrical-coordinate representation of color #19CEEE: hue angle of 189.01º 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 #19CEEE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 206 238 -
CMYK 0.89 0.13 0 0.07
HSL 189.01º 0.86% 0.52% -
HSV(B) 189.01º 0.89% 0.93% -
XYZ 37.9 50.52 88.64 -
YUV 155.53 174.53 34.9 -
System Red Green Blue C M Y K H S L
Decimal 25 206 238 0.89 0.13 0 0.07 189.01 0.86 0.52
Hex 19 CE EE 59 D 0 7 BD 56 34
Octal 31 316 356 131 15 0 7 275 126 64
Binary 11001 11001110 11101110 1011001 1101 0 111 10111101 1010110 110100

Color Harmonies of #19CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CEEE

Black with #19CEEE

Text Example


Text Example

White with #19CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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