Html Css Color HEX #12D4FD Deep Sky Blue

📋 copy color: '#12D4FD'

red 18 ◦ green 212 ◦ blue 253

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

Shades of Deep Sky Blue #12D4FD

Tints of Deep Sky Blue #12D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

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

R = 3.73%
G = 43.89%
B = 52.38%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12D4FD (or 0x12D4FD) is known color: Deep Sky Blue. HEX triplet: 12, D4 and FD. RGB value is (18,212,253). Sum of RGB (Red+Green+Blue) = 18+212+253=483 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #12D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D4FD is #ED2B02. Grayscale: #9E9E9E. Windows color (decimal): -15543043 or 16634898. OLE color: 16634898.

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

Color convert

RGB 18 212 253 -
CMYK 0.93 0.16 0 0.01
HSL 190.47º 0.98% 0.53% -
HSV(B) 190.47º 0.93% 0.99% -
XYZ 41.52 54.31 101.22 -
YUV 158.67 181.23 27.67 -
System Red Green Blue C M Y K H S L
Decimal 18 212 253 0.93 0.16 0 0.01 190.47 0.98 0.53
Hex 12 D4 FD 5D 10 0 1 BE 62 35
Octal 22 324 375 135 20 0 1 276 142 65
Binary 10010 11010100 11111101 1011101 10000 0 1 10111110 1100010 110101

Color Harmonies of #12D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D4FD

Black with #12D4FD

Text Example


Text Example

White with #12D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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