Html Css Color HEX #14CFF2 Deep Sky Blue

📋 copy color: '#14CFF2'

red 20 ◦ green 207 ◦ blue 242

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

Shades of Deep Sky Blue #14CFF2

Tints of Deep Sky Blue #14CFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 4.26%
G = 44.14%
B = 51.6%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14CFF2 (or 0x14CFF2) is known color: Deep Sky Blue. HEX triplet: 14, CF and F2. RGB value is (20,207,242). Sum of RGB (Red+Green+Blue) = 20+207+242=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #14CFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CFF2 is #EB300D. Grayscale: #9A9A9A. Windows color (decimal): -15413262 or 15912724. OLE color: 15912724.

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

Color convert

RGB 20 207 242 -
CMYK 0.92 0.14 0 0.05
HSL 189.46º 0.9% 0.51% -
HSV(B) 189.46º 0.92% 0.95% -
XYZ 38.63 51.19 91.85 -
YUV 155.08 177.05 31.65 -
System Red Green Blue C M Y K H S L
Decimal 20 207 242 0.92 0.14 0 0.05 189.46 0.9 0.51
Hex 14 CF F2 5C E 0 5 BD 5A 33
Octal 24 317 362 134 16 0 5 275 132 63
Binary 10100 11001111 11110010 1011100 1110 0 101 10111101 1011010 110011

Color Harmonies of #14CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFF2

Black with #14CFF2

Text Example


Text Example

White with #14CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,207,242); }

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

background-color css

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

 a { background-color: rgb(20,207,242); }

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

border-color css

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

 span { border-color: rgb(20,207,242); }

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