Html Css Color HEX #19CEFE Deep Sky Blue

📋 copy color: '#19CEFE'

red 25 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #19CEFE

Tints of Deep Sky Blue #19CEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 5.15%
G = 42.47%
B = 52.37%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19CEFE (or 0x19CEFE) is known color: Deep Sky Blue. HEX triplet: 19, CE and FE. RGB value is (25,206,254). Sum of RGB (Red+Green+Blue) = 25+206+254=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #19CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEFE is #E63101. Grayscale: #9C9C9C. Windows color (decimal): -15085826 or 16698905. OLE color: 16698905.

HSL color Cylindrical-coordinate representation of color #19CEFE: hue angle of 192.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CEFE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 206 254 -
CMYK 0.90 0.19 0 0.00
HSL 192.58º 0.99% 0.55% -
HSV(B) 192.58º 0.9% 1% -
XYZ 40.36 51.51 101.58 -
YUV 157.35 182.53 33.6 -
System Red Green Blue C M Y K H S L
Decimal 25 206 254 0.90 0.19 0 0.00 192.58 0.99 0.55
Hex 19 CE FE 5A 13 0 0 C1 63 37
Octal 31 316 376 132 23 0 0 301 143 67
Binary 11001 11001110 11111110 1011010 10011 0 0 11000001 1100011 110111

Color Harmonies of #19CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CEFE

Black with #19CEFE

Text Example


Text Example

White with #19CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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