Html Css Color HEX #12AFED Deep Sky Blue

📋 copy color: '#12AFED'

red 18 ◦ green 175 ◦ blue 237

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

Shades of Deep Sky Blue #12AFED

Tints of Deep Sky Blue #12AFED

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 4.19%
G = 40.7%
B = 55.12%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12AFED (or 0x12AFED) is known color: Deep Sky Blue. HEX triplet: 12, AF and ED. RGB value is (18,175,237). Sum of RGB (Red+Green+Blue) = 18+175+237=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #12AFED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AFED is #ED5012. Grayscale: #868686. Windows color (decimal): -15552531 or 15576850. OLE color: 15576850.

HSL color Cylindrical-coordinate representation of color #12AFED: hue angle of 196.99º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFED is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 175 237 -
CMYK 0.92 0.26 0 0.07
HSL 196.99º 0.86% 0.5% -
HSV(B) 196.99º 0.92% 0.93% -
XYZ 30.87 36.9 85.62 -
YUV 135.13 185.49 44.46 -
System Red Green Blue C M Y K H S L
Decimal 18 175 237 0.92 0.26 0 0.07 196.99 0.86 0.5
Hex 12 AF ED 5C 1A 0 7 C5 56 32
Octal 22 257 355 134 32 0 7 305 126 62
Binary 10010 10101111 11101101 1011100 11010 0 111 11000101 1010110 110010

Color Harmonies of #12AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFED

Black with #12AFED

Text Example


Text Example

White with #12AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,237); }

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

background-color css

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

 a { background-color: rgb(18,175,237); }

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

border-color css

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

 span { border-color: rgb(18,175,237); }

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