Html Css Color HEX #12ADFD Deep Sky Blue

📋 copy color: '#12ADFD'

red 18 ◦ green 173 ◦ blue 253

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

Shades of Deep Sky Blue #12ADFD

Tints of Deep Sky Blue #12ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

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

R = 4.05%
G = 38.96%
B = 56.98%

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

#12ADFD (or 0x12ADFD) is known color: Deep Sky Blue. HEX triplet: 12, AD and FD. RGB value is (18,173,253). Sum of RGB (Red+Green+Blue) = 18+173+253=444 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.05% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #12ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADFD is #ED5202. Grayscale: #878787. Windows color (decimal): -15553027 or 16624914. OLE color: 16624914.

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

Color convert

RGB 18 173 253 -
CMYK 0.93 0.32 0 0.01
HSL 200.43º 0.98% 0.53% -
HSV(B) 200.43º 0.93% 0.99% -
XYZ 32.92 37.11 98.36 -
YUV 135.78 194.15 44 -
System Red Green Blue C M Y K H S L
Decimal 18 173 253 0.93 0.32 0 0.01 200.43 0.98 0.53
Hex 12 AD FD 5D 20 0 1 C8 62 35
Octal 22 255 375 135 40 0 1 310 142 65
Binary 10010 10101101 11111101 1011101 100000 0 1 11001000 1100010 110101

Color Harmonies of #12ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADFD

Black with #12ADFD

Text Example


Text Example

White with #12ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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