Html Css Color HEX #14BFF4 Deep Sky Blue

📋 copy color: '#14BFF4'

red 20 ◦ green 191 ◦ blue 244

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

Shades of Deep Sky Blue #14BFF4

Tints of Deep Sky Blue #14BFF4

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 244 (95.7% from 255) = 53.63%

R = 4.4%
G = 41.98%
B = 53.63%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#14BFF4 (or 0x14BFF4) is known color: Deep Sky Blue. HEX triplet: 14, BF and F4. RGB value is (20,191,244). Sum of RGB (Red+Green+Blue) = 20+191+244=455 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.40% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #14BFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BFF4 is #EB400B. Grayscale: #919191. Windows color (decimal): -15417356 or 16039700. OLE color: 16039700.

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

Color convert

RGB 20 191 244 -
CMYK 0.92 0.22 0 0.04
HSL 194.2º 0.91% 0.52% -
HSV(B) 194.2º 0.92% 0.96% -
XYZ 35.25 43.94 92.21 -
YUV 145.91 183.35 38.19 -
System Red Green Blue C M Y K H S L
Decimal 20 191 244 0.92 0.22 0 0.04 194.2 0.91 0.52
Hex 14 BF F4 5C 16 0 4 C2 5B 34
Octal 24 277 364 134 26 0 4 302 133 64
Binary 10100 10111111 11110100 1011100 10110 0 100 11000010 1011011 110100

Color Harmonies of #14BFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFF4

Black with #14BFF4

Text Example


Text Example

White with #14BFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,191,244); }

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

background-color css

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

 a { background-color: rgb(20,191,244); }

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

border-color css

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

 span { border-color: rgb(20,191,244); }

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