Html Css Color HEX #14CEF5 Deep Sky Blue

📋 copy color: '#14CEF5'

red 20 ◦ green 206 ◦ blue 245

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

Shades of Deep Sky Blue #14CEF5

Tints of Deep Sky Blue #14CEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.02%

R = 4.25%
G = 43.74%
B = 52.02%

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

#14CEF5 (or 0x14CEF5) is known color: Deep Sky Blue. HEX triplet: 14, CE and F5. RGB value is (20,206,245). Sum of RGB (Red+Green+Blue) = 20+206+245=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #14CEF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CEF5 is #EB310A. Grayscale: #9A9A9A. Windows color (decimal): -15413515 or 16109076. OLE color: 16109076.

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

Color convert

RGB 20 206 245 -
CMYK 0.92 0.16 0 0.04
HSL 190.4º 0.92% 0.52% -
HSV(B) 190.4º 0.92% 0.96% -
XYZ 38.84 50.88 94.16 -
YUV 154.83 178.88 31.83 -
System Red Green Blue C M Y K H S L
Decimal 20 206 245 0.92 0.16 0 0.04 190.4 0.92 0.52
Hex 14 CE F5 5C 10 0 4 BE 5C 34
Octal 24 316 365 134 20 0 4 276 134 64
Binary 10100 11001110 11110101 1011100 10000 0 100 10111110 1011100 110100

Color Harmonies of #14CEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEF5

Black with #14CEF5

Text Example


Text Example

White with #14CEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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