Html Css Color HEX #13BFF2 Deep Sky Blue

📋 copy color: '#13BFF2'

red 19 ◦ green 191 ◦ blue 242

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

Shades of Deep Sky Blue #13BFF2

Tints of Deep Sky Blue #13BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.54%

R = 4.2%
G = 42.26%
B = 53.54%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13BFF2 (or 0x13BFF2) is known color: Deep Sky Blue. HEX triplet: 13, BF and F2. RGB value is (19,191,242). Sum of RGB (Red+Green+Blue) = 19+191+242=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #13BFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BFF2 is #EC400D. Grayscale: #919191. Windows color (decimal): -15482894 or 15908627. OLE color: 15908627.

HSL color Cylindrical-coordinate representation of color #13BFF2: hue angle of 193.72º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BFF2 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 191 242 -
CMYK 0.92 0.21 0 0.05
HSL 193.72º 0.9% 0.51% -
HSV(B) 193.72º 0.92% 0.95% -
XYZ 34.93 43.81 90.62 -
YUV 145.39 182.52 37.85 -
System Red Green Blue C M Y K H S L
Decimal 19 191 242 0.92 0.21 0 0.05 193.72 0.9 0.51
Hex 13 BF F2 5C 15 0 5 C2 5A 33
Octal 23 277 362 134 25 0 5 302 132 63
Binary 10011 10111111 11110010 1011100 10101 0 101 11000010 1011010 110011

Color Harmonies of #13BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFF2

Black with #13BFF2

Text Example


Text Example

White with #13BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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