Html Css Color HEX #12C4FA Deep Sky Blue

📋 copy color: '#12C4FA'

red 18 ◦ green 196 ◦ blue 250

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

Shades of Deep Sky Blue #12C4FA

Tints of Deep Sky Blue #12C4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 3.88%
G = 42.24%
B = 53.88%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12C4FA (or 0x12C4FA) is known color: Deep Sky Blue. HEX triplet: 12, C4 and FA. RGB value is (18,196,250). Sum of RGB (Red+Green+Blue) = 18+196+250=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #12C4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C4FA is #ED3B05. Grayscale: #949494. Windows color (decimal): -15547142 or 16434194. OLE color: 16434194.

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

Color convert

RGB 18 196 250 -
CMYK 0.93 0.22 0 0.02
HSL 193.97º 0.96% 0.53% -
HSV(B) 193.97º 0.93% 0.98% -
XYZ 37.24 46.51 97.46 -
YUV 148.93 185.03 34.61 -
System Red Green Blue C M Y K H S L
Decimal 18 196 250 0.93 0.22 0 0.02 193.97 0.96 0.53
Hex 12 C4 FA 5D 16 0 2 C2 60 35
Octal 22 304 372 135 26 0 2 302 140 65
Binary 10010 11000100 11111010 1011101 10110 0 10 11000010 1100000 110101

Color Harmonies of #12C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C4FA

Black with #12C4FA

Text Example


Text Example

White with #12C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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