Html Css Color HEX #12DCFC Deep Sky Blue

📋 copy color: '#12DCFC'

red 18 ◦ green 220 ◦ blue 252

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

Shades of Deep Sky Blue #12DCFC

Tints of Deep Sky Blue #12DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 3.67%
G = 44.9%
B = 51.43%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12DCFC (or 0x12DCFC) is known color: Deep Sky Blue. HEX triplet: 12, DC and FC. RGB value is (18,220,252). Sum of RGB (Red+Green+Blue) = 18+220+252=490 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #12DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCFC is #ED2303. Grayscale: #A2A2A2. Windows color (decimal): -15540996 or 16571410. OLE color: 16571410.

HSL color Cylindrical-coordinate representation of color #12DCFC: hue angle of 188.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DCFC is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 220 252 -
CMYK 0.93 0.13 0 0.01
HSL 188.21º 0.98% 0.53% -
HSV(B) 188.21º 0.93% 0.99% -
XYZ 43.41 58.34 101.07 -
YUV 163.25 178.08 24.4 -
System Red Green Blue C M Y K H S L
Decimal 18 220 252 0.93 0.13 0 0.01 188.21 0.98 0.53
Hex 12 DC FC 5D D 0 1 BC 62 35
Octal 22 334 374 135 15 0 1 274 142 65
Binary 10010 11011100 11111100 1011101 1101 0 1 10111100 1100010 110101

Color Harmonies of #12DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCFC

Black with #12DCFC

Text Example


Text Example

White with #12DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,252); }

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

background-color css

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

 a { background-color: rgb(18,220,252); }

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

border-color css

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

 span { border-color: rgb(18,220,252); }

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