Html Css Color HEX #12DCFF Deep Sky Blue

📋 copy color: '#12DCFF'

red 18 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #12DCFF

Tints of Deep Sky Blue #12DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 3.65%
G = 44.62%
B = 51.72%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12DCFF (or 0x12DCFF) is known color: Deep Sky Blue. HEX triplet: 12, DC and FF. RGB value is (18,220,255). Sum of RGB (Red+Green+Blue) = 18+220+255=493 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.65% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #12DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCFF is #ED2300. Grayscale: #A3A3A3. Windows color (decimal): -15540993 or 16768018. OLE color: 16768018.

HSL color Cylindrical-coordinate representation of color #12DCFF: hue angle of 188.86º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DCFF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 220 255 -
CMYK 0.93 0.14 0 0
HSL 188.86º 1% 0.54% -
HSV(B) 188.86º 0.93% 1% -
XYZ 43.89 58.54 103.59 -
YUV 163.59 179.58 24.15 -
System Red Green Blue C M Y K H S L
Decimal 18 220 255 0.93 0.14 0 0 188.86 1 0.54
Hex 12 DC FF 5D E 0 0 BD 64 36
Octal 22 334 377 135 16 0 0 275 144 66
Binary 10010 11011100 11111111 1011101 1110 0 0 10111101 1100100 110110

Color Harmonies of #12DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCFF

Black with #12DCFF

Text Example


Text Example

White with #12DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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