Html Css Color HEX #13BDF4 Deep Sky Blue

📋 copy color: '#13BDF4'

red 19 ◦ green 189 ◦ blue 244

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

Shades of Deep Sky Blue #13BDF4

Tints of Deep Sky Blue #13BDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.98%

R = 4.2%
G = 41.81%
B = 53.98%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#13BDF4 (or 0x13BDF4) is known color: Deep Sky Blue. HEX triplet: 13, BD and F4. RGB value is (19,189,244). Sum of RGB (Red+Green+Blue) = 19+189+244=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #13BDF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BDF4 is #EC420B. Grayscale: #909090. Windows color (decimal): -15483404 or 16039187. OLE color: 16039187.

HSL color Cylindrical-coordinate representation of color #13BDF4: hue angle of 194.67º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BDF4 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 189 244 -
CMYK 0.92 0.23 0 0.04
HSL 194.67º 0.91% 0.52% -
HSV(B) 194.67º 0.92% 0.96% -
XYZ 34.8 43.07 92.07 -
YUV 144.44 184.18 38.53 -
System Red Green Blue C M Y K H S L
Decimal 19 189 244 0.92 0.23 0 0.04 194.67 0.91 0.52
Hex 13 BD F4 5C 17 0 4 C3 5B 34
Octal 23 275 364 134 27 0 4 303 133 64
Binary 10011 10111101 11110100 1011100 10111 0 100 11000011 1011011 110100

Color Harmonies of #13BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDF4

Black with #13BDF4

Text Example


Text Example

White with #13BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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