Html Css Color HEX #19CEF3 Deep Sky Blue

📋 copy color: '#19CEF3'

red 25 ◦ green 206 ◦ blue 243

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

Shades of Deep Sky Blue #19CEF3

Tints of Deep Sky Blue #19CEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.27%

R = 5.27%
G = 43.46%
B = 51.27%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19CEF3 (or 0x19CEF3) is known color: Deep Sky Blue. HEX triplet: 19, CE and F3. RGB value is (25,206,243). Sum of RGB (Red+Green+Blue) = 25+206+243=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #19CEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEF3 is #E6310C. Grayscale: #9B9B9B. Windows color (decimal): -15085837 or 15978009. OLE color: 15978009.

HSL color Cylindrical-coordinate representation of color #19CEF3: hue angle of 190.18º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CEF3 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 206 243 -
CMYK 0.90 0.15 0 0.05
HSL 190.18º 0.9% 0.53% -
HSV(B) 190.18º 0.9% 0.95% -
XYZ 38.65 50.82 92.57 -
YUV 156.1 177.03 34.49 -
System Red Green Blue C M Y K H S L
Decimal 25 206 243 0.90 0.15 0 0.05 190.18 0.9 0.53
Hex 19 CE F3 5A F 0 5 BE 5A 35
Octal 31 316 363 132 17 0 5 276 132 65
Binary 11001 11001110 11110011 1011010 1111 0 101 10111110 1011010 110101

Color Harmonies of #19CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CEF3

Black with #19CEF3

Text Example


Text Example

White with #19CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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