Html Css Color HEX #14BFFC Deep Sky Blue

📋 copy color: '#14BFFC'

red 20 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #14BFFC

Tints of Deep Sky Blue #14BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

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

R = 4.32%
G = 41.25%
B = 54.43%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14BFFC (or 0x14BFFC) is known color: Deep Sky Blue. HEX triplet: 14, BF and FC. RGB value is (20,191,252). Sum of RGB (Red+Green+Blue) = 20+191+252=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #14BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BFFC is #EB4003. Grayscale: #929292. Windows color (decimal): -15417348 or 16563988. OLE color: 16563988.

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

Color convert

RGB 20 191 252 -
CMYK 0.92 0.24 0 0.01
HSL 195.78º 0.97% 0.53% -
HSV(B) 195.78º 0.92% 0.99% -
XYZ 36.49 44.44 98.75 -
YUV 146.83 187.35 37.54 -
System Red Green Blue C M Y K H S L
Decimal 20 191 252 0.92 0.24 0 0.01 195.78 0.97 0.53
Hex 14 BF FC 5C 18 0 1 C4 61 35
Octal 24 277 374 134 30 0 1 304 141 65
Binary 10100 10111111 11111100 1011100 11000 0 1 11000100 1100001 110101

Color Harmonies of #14BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFFC

Black with #14BFFC

Text Example


Text Example

White with #14BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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