Html Css Color HEX #13BFF4 Deep Sky Blue

📋 copy color: '#13BFF4'

red 19 ◦ green 191 ◦ blue 244

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

Shades of Deep Sky Blue #13BFF4

Tints of Deep Sky Blue #13BFF4

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

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

R = 4.19%
G = 42.07%
B = 53.74%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#13BFF4 (or 0x13BFF4) is known color: Deep Sky Blue. HEX triplet: 13, BF and F4. RGB value is (19,191,244). Sum of RGB (Red+Green+Blue) = 19+191+244=454 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #13BFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BFF4 is #EC400B. Grayscale: #919191. Windows color (decimal): -15482892 or 16039699. OLE color: 16039699.

HSL color Cylindrical-coordinate representation of color #13BFF4: hue angle of 194.13º 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 #13BFF4 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 191 244 -
CMYK 0.92 0.22 0 0.04
HSL 194.13º 0.91% 0.52% -
HSV(B) 194.13º 0.92% 0.96% -
XYZ 35.23 43.93 92.21 -
YUV 145.61 183.52 37.69 -
System Red Green Blue C M Y K H S L
Decimal 19 191 244 0.92 0.22 0 0.04 194.13 0.91 0.52
Hex 13 BF F4 5C 16 0 4 C2 5B 34
Octal 23 277 364 134 26 0 4 302 133 64
Binary 10011 10111111 11110100 1011100 10110 0 100 11000010 1011011 110100

Color Harmonies of #13BFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFF4

Black with #13BFF4

Text Example


Text Example

White with #13BFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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