Html Css Color HEX #19BAEA Deep Sky Blue

📋 copy color: '#19BAEA'

red 25 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #19BAEA

Tints of Deep Sky Blue #19BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 5.62%
G = 41.8%
B = 52.58%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19BAEA (or 0x19BAEA) is known color: Deep Sky Blue. HEX triplet: 19, BA and EA. RGB value is (25,186,234). Sum of RGB (Red+Green+Blue) = 25+186+234=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #19BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAEA is #E64515. Grayscale: #8E8E8E. Windows color (decimal): -15090966 or 15383065. OLE color: 15383065.

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

Color convert

RGB 25 186 234 -
CMYK 0.89 0.21 0 0.08
HSL 193.78º 0.83% 0.51% -
HSV(B) 193.78º 0.89% 0.92% -
XYZ 32.81 41.27 84.08 -
YUV 143.33 179.16 43.6 -
System Red Green Blue C M Y K H S L
Decimal 25 186 234 0.89 0.21 0 0.08 193.78 0.83 0.51
Hex 19 BA EA 59 15 0 8 C2 53 33
Octal 31 272 352 131 25 0 10 302 123 63
Binary 11001 10111010 11101010 1011001 10101 0 1000 11000010 1010011 110011

Color Harmonies of #19BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BAEA

Black with #19BAEA

Text Example


Text Example

White with #19BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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