Html Css Color HEX #14BCF3 Deep Sky Blue

📋 copy color: '#14BCF3'

red 20 ◦ green 188 ◦ blue 243

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

Shades of Deep Sky Blue #14BCF3

Tints of Deep Sky Blue #14BCF3

RGB

 RED value IS 20 (8.2% from 255) = 4.43%

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 243 (95.31% from 255) = 53.88%

R = 4.43%
G = 41.69%
B = 53.88%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14BCF3 (or 0x14BCF3) is known color: Deep Sky Blue. HEX triplet: 14, BC and F3. RGB value is (20,188,243). Sum of RGB (Red+Green+Blue) = 20+188+243=451 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.43% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #14BCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCF3 is #EB430C. Grayscale: #8F8F8F. Windows color (decimal): -15418125 or 15973396. OLE color: 15973396.

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

Color convert

RGB 20 188 243 -
CMYK 0.92 0.23 0 0.05
HSL 194.8º 0.9% 0.52% -
HSV(B) 194.8º 0.92% 0.95% -
XYZ 34.45 42.59 91.2 -
YUV 144.04 183.84 39.53 -
System Red Green Blue C M Y K H S L
Decimal 20 188 243 0.92 0.23 0 0.05 194.8 0.9 0.52
Hex 14 BC F3 5C 17 0 5 C3 5A 34
Octal 24 274 363 134 27 0 5 303 132 64
Binary 10100 10111100 11110011 1011100 10111 0 101 11000011 1011010 110100

Color Harmonies of #14BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCF3

Black with #14BCF3

Text Example


Text Example

White with #14BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14BCF3; }

 p { color: rgb(20,188,243); }

 H1.HeaderClassName
 {
   color: #14BCF3;
 }
 .AnyTagClassName
 {
   color: #14BCF3;
 }
</style>

background-color css

<style>
 a { background-color: #14BCF3; }

 a { background-color: rgb(20,188,243); }

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

border-color css

<style>
 span { border-color: #14BCF3; }

 span { border-color: rgb(20,188,243); }

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