Html Css Color HEX #13CEF6 Deep Sky Blue

📋 copy color: '#13CEF6'

red 19 ◦ green 206 ◦ blue 246

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

Shades of Deep Sky Blue #13CEF6

Tints of Deep Sky Blue #13CEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 4.03%
G = 43.74%
B = 52.23%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#13CEF6 (or 0x13CEF6) is known color: Deep Sky Blue. HEX triplet: 13, CE and F6. RGB value is (19,206,246). Sum of RGB (Red+Green+Blue) = 19+206+246=471 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.03% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #13CEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CEF6 is #EC3109. Grayscale: #9A9A9A. Windows color (decimal): -15479050 or 16174611. OLE color: 16174611.

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

Color convert

RGB 19 206 246 -
CMYK 0.92 0.16 0 0.04
HSL 190.57º 0.93% 0.52% -
HSV(B) 190.57º 0.92% 0.96% -
XYZ 38.97 50.93 94.97 -
YUV 154.65 179.55 31.25 -
System Red Green Blue C M Y K H S L
Decimal 19 206 246 0.92 0.16 0 0.04 190.57 0.93 0.52
Hex 13 CE F6 5C 10 0 4 BF 5D 34
Octal 23 316 366 134 20 0 4 277 135 64
Binary 10011 11001110 11110110 1011100 10000 0 100 10111111 1011101 110100

Color Harmonies of #13CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CEF6

Black with #13CEF6

Text Example


Text Example

White with #13CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,246); }

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

background-color css

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

 a { background-color: rgb(19,206,246); }

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

border-color css

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

 span { border-color: rgb(19,206,246); }

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