Html Css Color HEX #19CEF9 Deep Sky Blue

📋 copy color: '#19CEF9'

red 25 ◦ green 206 ◦ blue 249

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

Shades of Deep Sky Blue #19CEF9

Tints of Deep Sky Blue #19CEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.88%

R = 5.21%
G = 42.92%
B = 51.88%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19CEF9 (or 0x19CEF9) is known color: Deep Sky Blue. HEX triplet: 19, CE and F9. RGB value is (25,206,249). Sum of RGB (Red+Green+Blue) = 25+206+249=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #19CEF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEF9 is #E63106. Grayscale: #9C9C9C. Windows color (decimal): -15085831 or 16371225. OLE color: 16371225.

HSL color Cylindrical-coordinate representation of color #19CEF9: hue angle of 191.52º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CEF9 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 206 249 -
CMYK 0.90 0.17 0 0.02
HSL 191.52º 0.95% 0.54% -
HSV(B) 191.52º 0.9% 0.98% -
XYZ 39.57 51.19 97.42 -
YUV 156.78 180.03 34 -
System Red Green Blue C M Y K H S L
Decimal 25 206 249 0.90 0.17 0 0.02 191.52 0.95 0.54
Hex 19 CE F9 5A 11 0 2 C0 5F 36
Octal 31 316 371 132 21 0 2 300 137 66
Binary 11001 11001110 11111001 1011010 10001 0 10 11000000 1011111 110110

Color Harmonies of #19CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CEF9

Black with #19CEF9

Text Example


Text Example

White with #19CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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