Html Css Color HEX #12ABFC Deep Sky Blue

📋 copy color: '#12ABFC'

red 18 ◦ green 171 ◦ blue 252

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

Shades of Deep Sky Blue #12ABFC

Tints of Deep Sky Blue #12ABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 4.08%
G = 38.78%
B = 57.14%

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

#12ABFC (or 0x12ABFC) is known color: Deep Sky Blue. HEX triplet: 12, AB and FC. RGB value is (18,171,252). Sum of RGB (Red+Green+Blue) = 18+171+252=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #12ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABFC is #ED5403. Grayscale: #868686. Windows color (decimal): -15553540 or 16558866. OLE color: 16558866.

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

Color convert

RGB 18 171 252 -
CMYK 0.93 0.32 0 0.01
HSL 200.77º 0.98% 0.53% -
HSV(B) 200.77º 0.93% 0.99% -
XYZ 32.38 36.28 97.39 -
YUV 134.49 194.31 44.91 -
System Red Green Blue C M Y K H S L
Decimal 18 171 252 0.93 0.32 0 0.01 200.77 0.98 0.53
Hex 12 AB FC 5D 20 0 1 C9 62 35
Octal 22 253 374 135 40 0 1 311 142 65
Binary 10010 10101011 11111100 1011101 100000 0 1 11001001 1100010 110101

Color Harmonies of #12ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABFC

Black with #12ABFC

Text Example


Text Example

White with #12ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,252); }

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

background-color css

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

 a { background-color: rgb(18,171,252); }

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

border-color css

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

 span { border-color: rgb(18,171,252); }

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