Html Css Color HEX #12DDFD Deep Sky Blue

📋 copy color: '#12DDFD'

red 18 ◦ green 221 ◦ blue 253

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

Shades of Deep Sky Blue #12DDFD

Tints of Deep Sky Blue #12DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 3.66%
G = 44.92%
B = 51.42%

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

#12DDFD (or 0x12DDFD) is known color: Deep Sky Blue. HEX triplet: 12, DD and FD. RGB value is (18,221,253). Sum of RGB (Red+Green+Blue) = 18+221+253=492 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.66% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #12DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DDFD is #ED2202. Grayscale: #A3A3A3. Windows color (decimal): -15540739 or 16637202. OLE color: 16637202.

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

Color convert

RGB 18 221 253 -
CMYK 0.93 0.13 0 0.01
HSL 188.17º 0.98% 0.53% -
HSV(B) 188.17º 0.93% 0.99% -
XYZ 43.84 58.93 101.99 -
YUV 163.95 178.25 23.9 -
System Red Green Blue C M Y K H S L
Decimal 18 221 253 0.93 0.13 0 0.01 188.17 0.98 0.53
Hex 12 DD FD 5D D 0 1 BC 62 35
Octal 22 335 375 135 15 0 1 274 142 65
Binary 10010 11011101 11111101 1011101 1101 0 1 10111100 1100010 110101

Color Harmonies of #12DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DDFD

Black with #12DDFD

Text Example


Text Example

White with #12DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,221,253); }

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

background-color css

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

 a { background-color: rgb(18,221,253); }

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

border-color css

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

 span { border-color: rgb(18,221,253); }

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