Html Css Color HEX #14BAF1 Deep Sky Blue

📋 copy color: '#14BAF1'

red 20 ◦ green 186 ◦ blue 241

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

Shades of Deep Sky Blue #14BAF1

Tints of Deep Sky Blue #14BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 241 (94.53% from 255) = 53.91%

R = 4.47%
G = 41.61%
B = 53.91%

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

#14BAF1 (or 0x14BAF1) is known color: Deep Sky Blue. HEX triplet: 14, BA and F1. RGB value is (20,186,241). Sum of RGB (Red+Green+Blue) = 20+186+241=447 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.47% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #14BAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BAF1 is #EB450E. Grayscale: #8E8E8E. Windows color (decimal): -15418639 or 15841812. OLE color: 15841812.

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

Color convert

RGB 20 186 241 -
CMYK 0.92 0.23 0 0.05
HSL 194.93º 0.89% 0.51% -
HSV(B) 194.93º 0.92% 0.95% -
XYZ 33.72 41.62 89.47 -
YUV 142.64 183.5 40.53 -
System Red Green Blue C M Y K H S L
Decimal 20 186 241 0.92 0.23 0 0.05 194.93 0.89 0.51
Hex 14 BA F1 5C 17 0 5 C3 59 33
Octal 24 272 361 134 27 0 5 303 131 63
Binary 10100 10111010 11110001 1011100 10111 0 101 11000011 1011001 110011

Color Harmonies of #14BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAF1

Black with #14BAF1

Text Example


Text Example

White with #14BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,186,241); }

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

background-color css

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

 a { background-color: rgb(20,186,241); }

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

border-color css

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

 span { border-color: rgb(20,186,241); }

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