Html Css Color HEX #12D3F1 Deep Sky Blue

📋 copy color: '#12D3F1'

red 18 ◦ green 211 ◦ blue 241

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

Shades of Deep Sky Blue #12D3F1

Tints of Deep Sky Blue #12D3F1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

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

R = 3.83%
G = 44.89%
B = 51.28%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12D3F1 (or 0x12D3F1) is known color: Deep Sky Blue. HEX triplet: 12, D3 and F1. RGB value is (18,211,241). Sum of RGB (Red+Green+Blue) = 18+211+241=470 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.83% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #12D3F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D3F1 is #ED2C0E. Grayscale: #9C9C9C. Windows color (decimal): -15543311 or 15848210. OLE color: 15848210.

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

Color convert

RGB 18 211 241 -
CMYK 0.93 0.12 0 0.05
HSL 188.07º 0.89% 0.51% -
HSV(B) 188.07º 0.93% 0.95% -
XYZ 39.42 53.07 91.38 -
YUV 156.71 175.56 29.06 -
System Red Green Blue C M Y K H S L
Decimal 18 211 241 0.93 0.12 0 0.05 188.07 0.89 0.51
Hex 12 D3 F1 5D C 0 5 BC 59 33
Octal 22 323 361 135 14 0 5 274 131 63
Binary 10010 11010011 11110001 1011101 1100 0 101 10111100 1011001 110011

Color Harmonies of #12D3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D3F1

Black with #12D3F1

Text Example


Text Example

White with #12D3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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