Html Css Color HEX #14BBF1 Deep Sky Blue

📋 copy color: '#14BBF1'

red 20 ◦ green 187 ◦ blue 241

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

Shades of Deep Sky Blue #14BBF1

Tints of Deep Sky Blue #14BBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.74%

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

R = 4.46%
G = 41.74%
B = 53.79%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14BBF1 (or 0x14BBF1) is known color: Deep Sky Blue. HEX triplet: 14, BB and F1. RGB value is (20,187,241). Sum of RGB (Red+Green+Blue) = 20+187+241=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #14BBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BBF1 is #EB440E. Grayscale: #8E8E8E. Windows color (decimal): -15418383 or 15842068. OLE color: 15842068.

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

Color convert

RGB 20 187 241 -
CMYK 0.92 0.22 0 0.05
HSL 194.66º 0.89% 0.51% -
HSV(B) 194.66º 0.92% 0.95% -
XYZ 33.94 42.04 89.55 -
YUV 143.22 183.17 40.11 -
System Red Green Blue C M Y K H S L
Decimal 20 187 241 0.92 0.22 0 0.05 194.66 0.89 0.51
Hex 14 BB F1 5C 16 0 5 C3 59 33
Octal 24 273 361 134 26 0 5 303 131 63
Binary 10100 10111011 11110001 1011100 10110 0 101 11000011 1011001 110011

Color Harmonies of #14BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBF1

Black with #14BBF1

Text Example


Text Example

White with #14BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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