Html Css Color HEX #14C3FE Deep Sky Blue

📋 copy color: '#14C3FE'

red 20 ◦ green 195 ◦ blue 254

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

Shades of Deep Sky Blue #14C3FE

Tints of Deep Sky Blue #14C3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.58%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 4.26%
G = 41.58%
B = 54.16%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#14C3FE (or 0x14C3FE) is known color: Deep Sky Blue. HEX triplet: 14, C3 and FE. RGB value is (20,195,254). Sum of RGB (Red+Green+Blue) = 20+195+254=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #14C3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C3FE is #EB3C01. Grayscale: #949494. Windows color (decimal): -15416322 or 16696084. OLE color: 16696084.

HSL color Cylindrical-coordinate representation of color #14C3FE: hue angle of 195.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C3FE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 195 254 -
CMYK 0.92 0.23 0 0.00
HSL 195.13º 0.99% 0.54% -
HSV(B) 195.13º 0.92% 1% -
XYZ 37.69 46.33 100.72 -
YUV 149.4 187.02 35.7 -
System Red Green Blue C M Y K H S L
Decimal 20 195 254 0.92 0.23 0 0.00 195.13 0.99 0.54
Hex 14 C3 FE 5C 17 0 0 C3 63 36
Octal 24 303 376 134 27 0 0 303 143 66
Binary 10100 11000011 11111110 1011100 10111 0 0 11000011 1100011 110110

Color Harmonies of #14C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C3FE

Black with #14C3FE

Text Example


Text Example

White with #14C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,254); }

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

background-color css

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

 a { background-color: rgb(20,195,254); }

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

border-color css

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

 span { border-color: rgb(20,195,254); }

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