Html Css Color HEX #12CDEC Deep Sky Blue

📋 copy color: '#12CDEC'

red 18 ◦ green 205 ◦ blue 236

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

Shades of Deep Sky Blue #12CDEC

Tints of Deep Sky Blue #12CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 3.92%
G = 44.66%
B = 51.42%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12CDEC (or 0x12CDEC) is known color: Deep Sky Blue. HEX triplet: 12, CD and EC. RGB value is (18,205,236). Sum of RGB (Red+Green+Blue) = 18+205+236=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #12CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CDEC is #ED3213. Grayscale: #989898. Windows color (decimal): -15544852 or 15518994. OLE color: 15518994.

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

Color convert

RGB 18 205 236 -
CMYK 0.92 0.13 0 0.07
HSL 188.53º 0.86% 0.5% -
HSV(B) 188.53º 0.92% 0.93% -
XYZ 37.22 49.85 87.02 -
YUV 152.62 175.05 31.98 -
System Red Green Blue C M Y K H S L
Decimal 18 205 236 0.92 0.13 0 0.07 188.53 0.86 0.5
Hex 12 CD EC 5C D 0 7 BD 56 32
Octal 22 315 354 134 15 0 7 275 126 62
Binary 10010 11001101 11101100 1011100 1101 0 111 10111101 1010110 110010

Color Harmonies of #12CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDEC

Black with #12CDEC

Text Example


Text Example

White with #12CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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