Html Css Color HEX #13BDE8 Deep Sky Blue

📋 copy color: '#13BDE8'

red 19 ◦ green 189 ◦ blue 232

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

Shades of Deep Sky Blue #13BDE8

Tints of Deep Sky Blue #13BDE8

RGB

 RED value IS 19 (7.81% from 255) = 4.32%

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 232 (91.02% from 255) = 52.73%

R = 4.32%
G = 42.95%
B = 52.73%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#13BDE8 (or 0x13BDE8) is known color: Deep Sky Blue. HEX triplet: 13, BD and E8. RGB value is (19,189,232). Sum of RGB (Red+Green+Blue) = 19+189+232=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #13BDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BDE8 is #EC4217. Grayscale: #8E8E8E. Windows color (decimal): -15483416 or 15252755. OLE color: 15252755.

HSL color Cylindrical-coordinate representation of color #13BDE8: hue angle of 192.11º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BDE8 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 189 232 -
CMYK 0.92 0.19 0 0.09
HSL 192.11º 0.85% 0.49% -
HSV(B) 192.11º 0.92% 0.91% -
XYZ 33.03 42.36 82.78 -
YUV 143.07 178.18 39.5 -
System Red Green Blue C M Y K H S L
Decimal 19 189 232 0.92 0.19 0 0.09 192.11 0.85 0.49
Hex 13 BD E8 5C 13 0 9 C0 55 31
Octal 23 275 350 134 23 0 11 300 125 61
Binary 10011 10111101 11101000 1011100 10011 0 1001 11000000 1010101 110001

Color Harmonies of #13BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDE8

Black with #13BDE8

Text Example


Text Example

White with #13BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BDE8; }

 p { color: rgb(19,189,232); }

 H1.HeaderClassName
 {
   color: #13BDE8;
 }
 .AnyTagClassName
 {
   color: #13BDE8;
 }
</style>

background-color css

<style>
 a { background-color: #13BDE8; }

 a { background-color: rgb(19,189,232); }

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

border-color css

<style>
 span { border-color: #13BDE8; }

 span { border-color: rgb(19,189,232); }

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