Html Css Color HEX #12C0FA Deep Sky Blue

📋 copy color: '#12C0FA'

red 18 ◦ green 192 ◦ blue 250

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

Shades of Deep Sky Blue #12C0FA

Tints of Deep Sky Blue #12C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

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

R = 3.91%
G = 41.74%
B = 54.35%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12C0FA (or 0x12C0FA) is known color: Deep Sky Blue. HEX triplet: 12, C0 and FA. RGB value is (18,192,250). Sum of RGB (Red+Green+Blue) = 18+192+250=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #12C0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C0FA is #ED3F05. Grayscale: #929292. Windows color (decimal): -15548166 or 16433170. OLE color: 16433170.

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

Color convert

RGB 18 192 250 -
CMYK 0.93 0.23 0 0.02
HSL 195º 0.96% 0.53% -
HSV(B) 195º 0.93% 0.98% -
XYZ 36.35 44.73 97.16 -
YUV 146.59 186.35 36.28 -
System Red Green Blue C M Y K H S L
Decimal 18 192 250 0.93 0.23 0 0.02 195 0.96 0.53
Hex 12 C0 FA 5D 17 0 2 C3 60 35
Octal 22 300 372 135 27 0 2 303 140 65
Binary 10010 11000000 11111010 1011101 10111 0 10 11000011 1100000 110101

Color Harmonies of #12C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C0FA

Black with #12C0FA

Text Example


Text Example

White with #12C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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