Html Css Color HEX #14CEF3 Deep Sky Blue

📋 copy color: '#14CEF3'

red 20 ◦ green 206 ◦ blue 243

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

Shades of Deep Sky Blue #14CEF3

Tints of Deep Sky Blue #14CEF3

RGB

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

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

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

R = 4.26%
G = 43.92%
B = 51.81%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14CEF3 (or 0x14CEF3) is known color: Deep Sky Blue. HEX triplet: 14, CE and F3. RGB value is (20,206,243). Sum of RGB (Red+Green+Blue) = 20+206+243=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #14CEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CEF3 is #EB310C. Grayscale: #9A9A9A. Windows color (decimal): -15413517 or 15978004. OLE color: 15978004.

HSL color Cylindrical-coordinate representation of color #14CEF3: hue angle of 189.96º 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 #14CEF3 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 206 243 -
CMYK 0.92 0.15 0 0.05
HSL 189.96º 0.9% 0.52% -
HSV(B) 189.96º 0.92% 0.95% -
XYZ 38.54 50.76 92.56 -
YUV 154.6 177.88 31.99 -
System Red Green Blue C M Y K H S L
Decimal 20 206 243 0.92 0.15 0 0.05 189.96 0.9 0.52
Hex 14 CE F3 5C F 0 5 BE 5A 34
Octal 24 316 363 134 17 0 5 276 132 64
Binary 10100 11001110 11110011 1011100 1111 0 101 10111110 1011010 110100

Color Harmonies of #14CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEF3

Black with #14CEF3

Text Example


Text Example

White with #14CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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