Html Css Color HEX #19BAEC Deep Sky Blue

📋 copy color: '#19BAEC'

red 25 ◦ green 186 ◦ blue 236

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

Shades of Deep Sky Blue #19BAEC

Tints of Deep Sky Blue #19BAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 5.59%
G = 41.61%
B = 52.8%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19BAEC (or 0x19BAEC) is known color: Deep Sky Blue. HEX triplet: 19, BA and EC. RGB value is (25,186,236). Sum of RGB (Red+Green+Blue) = 25+186+236=447 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.59% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #19BAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAEC is #E64513. Grayscale: #8F8F8F. Windows color (decimal): -15090964 or 15514137. OLE color: 15514137.

HSL color Cylindrical-coordinate representation of color #19BAEC: hue angle of 194.22º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BAEC is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 186 236 -
CMYK 0.89 0.21 0 0.07
HSL 194.22º 0.85% 0.51% -
HSV(B) 194.22º 0.89% 0.93% -
XYZ 33.1 41.38 85.6 -
YUV 143.56 180.16 43.43 -
System Red Green Blue C M Y K H S L
Decimal 25 186 236 0.89 0.21 0 0.07 194.22 0.85 0.51
Hex 19 BA EC 59 15 0 7 C2 55 33
Octal 31 272 354 131 25 0 7 302 125 63
Binary 11001 10111010 11101100 1011001 10101 0 111 11000010 1010101 110011

Color Harmonies of #19BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BAEC

Black with #19BAEC

Text Example


Text Example

White with #19BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,186,236); }

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

background-color css

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

 a { background-color: rgb(25,186,236); }

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

border-color css

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

 span { border-color: rgb(25,186,236); }

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