Html Css Color HEX #12ABFE Deep Sky Blue

📋 copy color: '#12ABFE'

red 18 ◦ green 171 ◦ blue 254

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

Shades of Deep Sky Blue #12ABFE

Tints of Deep Sky Blue #12ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.34%

R = 4.06%
G = 38.6%
B = 57.34%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#12ABFE (or 0x12ABFE) is known color: Deep Sky Blue. HEX triplet: 12, AB and FE. RGB value is (18,171,254). Sum of RGB (Red+Green+Blue) = 18+171+254=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #12ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABFE is #ED5401. Grayscale: #868686. Windows color (decimal): -15553538 or 16689938. OLE color: 16689938.

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

Color convert

RGB 18 171 254 -
CMYK 0.93 0.33 0 0.00
HSL 201.1º 0.99% 0.53% -
HSV(B) 201.1º 0.93% 1% -
XYZ 32.7 36.41 99.07 -
YUV 134.72 195.31 44.75 -
System Red Green Blue C M Y K H S L
Decimal 18 171 254 0.93 0.33 0 0.00 201.1 0.99 0.53
Hex 12 AB FE 5D 21 0 0 C9 63 35
Octal 22 253 376 135 41 0 0 311 143 65
Binary 10010 10101011 11111110 1011101 100001 0 0 11001001 1100011 110101

Color Harmonies of #12ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABFE

Black with #12ABFE

Text Example


Text Example

White with #12ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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