Html Css Color HEX #12AFE7 Deep Sky Blue

📋 copy color: '#12AFE7'

red 18 ◦ green 175 ◦ blue 231

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

Shades of Deep Sky Blue #12AFE7

Tints of Deep Sky Blue #12AFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.48%

R = 4.25%
G = 41.27%
B = 54.48%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12AFE7 (or 0x12AFE7) is known color: Deep Sky Blue. HEX triplet: 12, AF and E7. RGB value is (18,175,231). Sum of RGB (Red+Green+Blue) = 18+175+231=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 231 (90.62% from 255 or 54.48% from 424); Max value from RGB is 231 - color contains mainly: blue. Hex color #12AFE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AFE7 is #ED5018. Grayscale: #868686. Windows color (decimal): -15552537 or 15183634. OLE color: 15183634.

HSL color Cylindrical-coordinate representation of color #12AFE7: hue angle of 195.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFE7 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 175 231 -
CMYK 0.92 0.24 0 0.09
HSL 195.77º 0.86% 0.49% -
HSV(B) 195.77º 0.92% 0.91% -
XYZ 30 36.56 81.08 -
YUV 134.44 182.49 44.95 -
System Red Green Blue C M Y K H S L
Decimal 18 175 231 0.92 0.24 0 0.09 195.77 0.86 0.49
Hex 12 AF E7 5C 18 0 9 C4 56 31
Octal 22 257 347 134 30 0 11 304 126 61
Binary 10010 10101111 11100111 1011100 11000 0 1001 11000100 1010110 110001

Color Harmonies of #12AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFE7

Black with #12AFE7

Text Example


Text Example

White with #12AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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