Html Css Color HEX #12C9EC Deep Sky Blue

📋 copy color: '#12C9EC'

red 18 ◦ green 201 ◦ blue 236

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

Shades of Deep Sky Blue #12C9EC

Tints of Deep Sky Blue #12C9EC

RGB

 RED value IS 18 (7.42% from 255) = 3.96%

 GREEN value IS 201 (78.91% from 255) = 44.18%

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 3.96%
G = 44.18%
B = 51.87%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12C9EC (or 0x12C9EC) is known color: Deep Sky Blue. HEX triplet: 12, C9 and EC. RGB value is (18,201,236). Sum of RGB (Red+Green+Blue) = 18+201+236=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #12C9EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C9EC is #ED3613. Grayscale: #959595. Windows color (decimal): -15545876 or 15517970. OLE color: 15517970.

HSL color Cylindrical-coordinate representation of color #12C9EC: hue angle of 189.63º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C9EC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 201 236 -
CMYK 0.92 0.15 0 0.07
HSL 189.63º 0.86% 0.5% -
HSV(B) 189.63º 0.92% 0.93% -
XYZ 36.28 47.96 86.7 -
YUV 150.27 176.37 33.65 -
System Red Green Blue C M Y K H S L
Decimal 18 201 236 0.92 0.15 0 0.07 189.63 0.86 0.5
Hex 12 C9 EC 5C F 0 7 BE 56 32
Octal 22 311 354 134 17 0 7 276 126 62
Binary 10010 11001001 11101100 1011100 1111 0 111 10111110 1010110 110010

Color Harmonies of #12C9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C9EC

Black with #12C9EC

Text Example


Text Example

White with #12C9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12C9EC; }

 p { color: rgb(18,201,236); }

 H1.HeaderClassName
 {
   color: #12C9EC;
 }
 .AnyTagClassName
 {
   color: #12C9EC;
 }
</style>

background-color css

<style>
 a { background-color: #12C9EC; }

 a { background-color: rgb(18,201,236); }

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

border-color css

<style>
 span { border-color: #12C9EC; }

 span { border-color: rgb(18,201,236); }

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