Html Css Color HEX #12AEFE Deep Sky Blue

📋 copy color: '#12AEFE'

red 18 ◦ green 174 ◦ blue 254

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

Shades of Deep Sky Blue #12AEFE

Tints of Deep Sky Blue #12AEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.01%

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

R = 4.04%
G = 39.01%
B = 56.95%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#12AEFE (or 0x12AEFE) is known color: Deep Sky Blue. HEX triplet: 12, AE and FE. RGB value is (18,174,254). Sum of RGB (Red+Green+Blue) = 18+174+254=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #12AEFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AEFE is #ED5101. Grayscale: #888888. Windows color (decimal): -15552770 or 16690706. OLE color: 16690706.

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

Color convert

RGB 18 174 254 -
CMYK 0.93 0.31 0 0.00
HSL 200.34º 0.99% 0.53% -
HSV(B) 200.34º 0.93% 1% -
XYZ 33.27 37.56 99.26 -
YUV 136.48 194.32 43.5 -
System Red Green Blue C M Y K H S L
Decimal 18 174 254 0.93 0.31 0 0.00 200.34 0.99 0.53
Hex 12 AE FE 5D 1F 0 0 C8 63 35
Octal 22 256 376 135 37 0 0 310 143 65
Binary 10010 10101110 11111110 1011101 11111 0 0 11001000 1100011 110101

Color Harmonies of #12AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEFE

Black with #12AEFE

Text Example


Text Example

White with #12AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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