Html Css Color HEX #14BAFF Deep Sky Blue

📋 copy color: '#14BAFF'

red 20 ◦ green 186 ◦ blue 255

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

Shades of Deep Sky Blue #14BAFF

Tints of Deep Sky Blue #14BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.31%

R = 4.34%
G = 40.35%
B = 55.31%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14BAFF (or 0x14BAFF) is known color: Deep Sky Blue. HEX triplet: 14, BA and FF. RGB value is (20,186,255). Sum of RGB (Red+Green+Blue) = 20+186+255=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #14BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BAFF is #EB4500. Grayscale: #8F8F8F. Windows color (decimal): -15418625 or 16759316. OLE color: 16759316.

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

Color convert

RGB 20 186 255 -
CMYK 0.92 0.27 0 0
HSL 197.62º 1% 0.54% -
HSV(B) 197.62º 0.92% 1% -
XYZ 35.9 42.49 100.92 -
YUV 144.23 190.5 39.39 -
System Red Green Blue C M Y K H S L
Decimal 20 186 255 0.92 0.27 0 0 197.62 1 0.54
Hex 14 BA FF 5C 1B 0 0 C6 64 36
Octal 24 272 377 134 33 0 0 306 144 66
Binary 10100 10111010 11111111 1011100 11011 0 0 11000110 1100100 110110

Color Harmonies of #14BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAFF

Black with #14BAFF

Text Example


Text Example

White with #14BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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