Html Css Color HEX #12CCEC Deep Sky Blue

📋 copy color: '#12CCEC'

red 18 ◦ green 204 ◦ blue 236

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

Shades of Deep Sky Blue #12CCEC

Tints of Deep Sky Blue #12CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

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

R = 3.93%
G = 44.54%
B = 51.53%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12CCEC (or 0x12CCEC) is known color: Deep Sky Blue. HEX triplet: 12, CC and EC. RGB value is (18,204,236). Sum of RGB (Red+Green+Blue) = 18+204+236=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #12CCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CCEC is #ED3313. Grayscale: #979797. Windows color (decimal): -15545108 or 15518738. OLE color: 15518738.

HSL color Cylindrical-coordinate representation of color #12CCEC: hue angle of 188.81º 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 #12CCEC is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 204 236 -
CMYK 0.92 0.14 0 0.07
HSL 188.81º 0.86% 0.5% -
HSV(B) 188.81º 0.92% 0.93% -
XYZ 36.98 49.37 86.94 -
YUV 152.03 175.38 32.4 -
System Red Green Blue C M Y K H S L
Decimal 18 204 236 0.92 0.14 0 0.07 188.81 0.86 0.5
Hex 12 CC EC 5C E 0 7 BD 56 32
Octal 22 314 354 134 16 0 7 275 126 62
Binary 10010 11001100 11101100 1011100 1110 0 111 10111101 1010110 110010

Color Harmonies of #12CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCEC

Black with #12CCEC

Text Example


Text Example

White with #12CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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