Html Css Color HEX #12C4FD Deep Sky Blue

📋 copy color: '#12C4FD'

red 18 ◦ green 196 ◦ blue 253

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

Shades of Deep Sky Blue #12C4FD

Tints of Deep Sky Blue #12C4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

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

R = 3.85%
G = 41.97%
B = 54.18%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12C4FD (or 0x12C4FD) is known color: Deep Sky Blue. HEX triplet: 12, C4 and FD. RGB value is (18,196,253). Sum of RGB (Red+Green+Blue) = 18+196+253=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #12C4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C4FD is #ED3B02. Grayscale: #949494. Windows color (decimal): -15547139 or 16630802. OLE color: 16630802.

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

Color convert

RGB 18 196 253 -
CMYK 0.93 0.23 0 0.01
HSL 194.55º 0.98% 0.53% -
HSV(B) 194.55º 0.93% 0.99% -
XYZ 37.72 46.7 99.95 -
YUV 149.28 186.53 34.37 -
System Red Green Blue C M Y K H S L
Decimal 18 196 253 0.93 0.23 0 0.01 194.55 0.98 0.53
Hex 12 C4 FD 5D 17 0 1 C3 62 35
Octal 22 304 375 135 27 0 1 303 142 65
Binary 10010 11000100 11111101 1011101 10111 0 1 11000011 1100010 110101

Color Harmonies of #12C4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C4FD

Black with #12C4FD

Text Example


Text Example

White with #12C4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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