Html Css Color HEX #12C3F2 Deep Sky Blue

📋 copy color: '#12C3F2'

red 18 ◦ green 195 ◦ blue 242

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

Shades of Deep Sky Blue #12C3F2

Tints of Deep Sky Blue #12C3F2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 242 (94.92% from 255) = 53.19%

R = 3.96%
G = 42.86%
B = 53.19%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12C3F2 (or 0x12C3F2) is known color: Deep Sky Blue. HEX triplet: 12, C3 and F2. RGB value is (18,195,242). Sum of RGB (Red+Green+Blue) = 18+195+242=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #12C3F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C3F2 is #ED3C0D. Grayscale: #939393. Windows color (decimal): -15547406 or 15909650. OLE color: 15909650.

HSL color Cylindrical-coordinate representation of color #12C3F2: hue angle of 192.59º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C3F2 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 195 242 -
CMYK 0.93 0.19 0 0.05
HSL 192.59º 0.9% 0.51% -
HSV(B) 192.59º 0.93% 0.95% -
XYZ 35.79 45.57 90.91 -
YUV 147.44 181.36 35.68 -
System Red Green Blue C M Y K H S L
Decimal 18 195 242 0.93 0.19 0 0.05 192.59 0.9 0.51
Hex 12 C3 F2 5D 13 0 5 C1 5A 33
Octal 22 303 362 135 23 0 5 301 132 63
Binary 10010 11000011 11110010 1011101 10011 0 101 11000001 1011010 110011

Color Harmonies of #12C3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C3F2

Black with #12C3F2

Text Example


Text Example

White with #12C3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,195,242); }

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

background-color css

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

 a { background-color: rgb(18,195,242); }

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

border-color css

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

 span { border-color: rgb(18,195,242); }

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