Html Css Color HEX #14BAFD Deep Sky Blue

📋 copy color: '#14BAFD'

red 20 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #14BAFD

Tints of Deep Sky Blue #14BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 4.36%
G = 40.52%
B = 55.12%

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

#14BAFD (or 0x14BAFD) is known color: Deep Sky Blue. HEX triplet: 14, BA and FD. RGB value is (20,186,253). Sum of RGB (Red+Green+Blue) = 20+186+253=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #14BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BAFD is #EB4502. Grayscale: #8F8F8F. Windows color (decimal): -15418627 or 16628244. OLE color: 16628244.

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

Color convert

RGB 20 186 253 -
CMYK 0.92 0.26 0 0.01
HSL 197.25º 0.98% 0.54% -
HSV(B) 197.25º 0.92% 0.99% -
XYZ 35.58 42.36 99.23 -
YUV 144 189.5 39.55 -
System Red Green Blue C M Y K H S L
Decimal 20 186 253 0.92 0.26 0 0.01 197.25 0.98 0.54
Hex 14 BA FD 5C 1A 0 1 C5 62 36
Octal 24 272 375 134 32 0 1 305 142 66
Binary 10100 10111010 11111101 1011100 11010 0 1 11000101 1100010 110110

Color Harmonies of #14BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAFD

Black with #14BAFD

Text Example


Text Example

White with #14BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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