Html Css Color HEX #19CCEF Deep Sky Blue

📋 copy color: '#19CCEF'

red 25 ◦ green 204 ◦ blue 239

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

Shades of Deep Sky Blue #19CCEF

Tints of Deep Sky Blue #19CCEF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 5.34%
G = 43.59%
B = 51.07%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#19CCEF (or 0x19CCEF) is known color: Deep Sky Blue. HEX triplet: 19, CC and EF. RGB value is (25,204,239). Sum of RGB (Red+Green+Blue) = 25+204+239=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #19CCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCEF is #E63310. Grayscale: #9A9A9A. Windows color (decimal): -15086353 or 15715353. OLE color: 15715353.

HSL color Cylindrical-coordinate representation of color #19CCEF: hue angle of 189.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CCEF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 204 239 -
CMYK 0.90 0.15 0 0.06
HSL 189.81º 0.87% 0.52% -
HSV(B) 189.81º 0.9% 0.94% -
XYZ 37.57 49.62 89.26 -
YUV 154.47 175.7 35.65 -
System Red Green Blue C M Y K H S L
Decimal 25 204 239 0.90 0.15 0 0.06 189.81 0.87 0.52
Hex 19 CC EF 5A F 0 6 BE 57 34
Octal 31 314 357 132 17 0 6 276 127 64
Binary 11001 11001100 11101111 1011010 1111 0 110 10111110 1010111 110100

Color Harmonies of #19CCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CCEF

Black with #19CCEF

Text Example


Text Example

White with #19CCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,204,239); }

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

background-color css

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

 a { background-color: rgb(25,204,239); }

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

border-color css

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

 span { border-color: rgb(25,204,239); }

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