Html Css Color HEX #12ACFD Deep Sky Blue

📋 copy color: '#12ACFD'

red 18 ◦ green 172 ◦ blue 253

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

Shades of Deep Sky Blue #12ACFD

Tints of Deep Sky Blue #12ACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 4.06%
G = 38.83%
B = 57.11%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12ACFD (or 0x12ACFD) is known color: Deep Sky Blue. HEX triplet: 12, AC and FD. RGB value is (18,172,253). Sum of RGB (Red+Green+Blue) = 18+172+253=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #12ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACFD is #ED5302. Grayscale: #868686. Windows color (decimal): -15553283 or 16624658. OLE color: 16624658.

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

Color convert

RGB 18 172 253 -
CMYK 0.93 0.32 0 0.01
HSL 200.68º 0.98% 0.53% -
HSV(B) 200.68º 0.93% 0.99% -
XYZ 32.73 36.73 98.29 -
YUV 135.19 194.48 44.41 -
System Red Green Blue C M Y K H S L
Decimal 18 172 253 0.93 0.32 0 0.01 200.68 0.98 0.53
Hex 12 AC FD 5D 20 0 1 C9 62 35
Octal 22 254 375 135 40 0 1 311 142 65
Binary 10010 10101100 11111101 1011101 100000 0 1 11001001 1100010 110101

Color Harmonies of #12ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACFD

Black with #12ACFD

Text Example


Text Example

White with #12ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,253); }

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

background-color css

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

 a { background-color: rgb(18,172,253); }

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

border-color css

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

 span { border-color: rgb(18,172,253); }

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