Html Css Color HEX #14BAFC Deep Sky Blue

📋 copy color: '#14BAFC'

red 20 ◦ green 186 ◦ blue 252

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

Shades of Deep Sky Blue #14BAFC

Tints of Deep Sky Blue #14BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.02%

R = 4.37%
G = 40.61%
B = 55.02%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14BAFC (or 0x14BAFC) is known color: Deep Sky Blue. HEX triplet: 14, BA and FC. RGB value is (20,186,252). Sum of RGB (Red+Green+Blue) = 20+186+252=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #14BAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BAFC is #EB4503. Grayscale: #8F8F8F. Windows color (decimal): -15418628 or 16562708. OLE color: 16562708.

HSL color Cylindrical-coordinate representation of color #14BAFC: hue angle of 197.07º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BAFC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 186 252 -
CMYK 0.92 0.26 0 0.01
HSL 197.07º 0.97% 0.53% -
HSV(B) 197.07º 0.92% 0.99% -
XYZ 35.42 42.29 98.39 -
YUV 143.89 189 39.63 -
System Red Green Blue C M Y K H S L
Decimal 20 186 252 0.92 0.26 0 0.01 197.07 0.97 0.53
Hex 14 BA FC 5C 1A 0 1 C5 61 35
Octal 24 272 374 134 32 0 1 305 141 65
Binary 10100 10111010 11111100 1011100 11010 0 1 11000101 1100001 110101

Color Harmonies of #14BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAFC

Black with #14BAFC

Text Example


Text Example

White with #14BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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