Html Css Color HEX #12C3F1 Deep Sky Blue

📋 copy color: '#12C3F1'

red 18 ◦ green 195 ◦ blue 241

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

Shades of Deep Sky Blue #12C3F1

Tints of Deep Sky Blue #12C3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.08%

R = 3.96%
G = 42.95%
B = 53.08%

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

#12C3F1 (or 0x12C3F1) is known color: Deep Sky Blue. HEX triplet: 12, C3 and F1. RGB value is (18,195,241). Sum of RGB (Red+Green+Blue) = 18+195+241=454 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #12C3F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C3F1 is #ED3C0E. Grayscale: #929292. Windows color (decimal): -15547407 or 15844114. OLE color: 15844114.

HSL color Cylindrical-coordinate representation of color #12C3F1: hue angle of 192.38º degrees, saturation: 0.89, 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 #12C3F1 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 195 241 -
CMYK 0.93 0.19 0 0.05
HSL 192.38º 0.89% 0.51% -
HSV(B) 192.38º 0.93% 0.95% -
XYZ 35.64 45.51 90.12 -
YUV 147.32 180.86 35.76 -
System Red Green Blue C M Y K H S L
Decimal 18 195 241 0.93 0.19 0 0.05 192.38 0.89 0.51
Hex 12 C3 F1 5D 13 0 5 C0 59 33
Octal 22 303 361 135 23 0 5 300 131 63
Binary 10010 11000011 11110001 1011101 10011 0 101 11000000 1011001 110011

Color Harmonies of #12C3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C3F1

Black with #12C3F1

Text Example


Text Example

White with #12C3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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