Html Css Color HEX #12ADE7 Deep Sky Blue

📋 copy color: '#12ADE7'

red 18 ◦ green 173 ◦ blue 231

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

Shades of Deep Sky Blue #12ADE7

Tints of Deep Sky Blue #12ADE7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 4.27%
G = 41%
B = 54.74%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12ADE7 (or 0x12ADE7) is known color: Deep Sky Blue. HEX triplet: 12, AD and E7. RGB value is (18,173,231). Sum of RGB (Red+Green+Blue) = 18+173+231=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #12ADE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADE7 is #ED5218. Grayscale: #848484. Windows color (decimal): -15553049 or 15183122. OLE color: 15183122.

HSL color Cylindrical-coordinate representation of color #12ADE7: hue angle of 196.34º 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 #12ADE7 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 173 231 -
CMYK 0.92 0.25 0 0.09
HSL 196.34º 0.86% 0.49% -
HSV(B) 196.34º 0.92% 0.91% -
XYZ 29.62 35.79 80.95 -
YUV 133.27 183.15 45.78 -
System Red Green Blue C M Y K H S L
Decimal 18 173 231 0.92 0.25 0 0.09 196.34 0.86 0.49
Hex 12 AD E7 5C 19 0 9 C4 56 31
Octal 22 255 347 134 31 0 11 304 126 61
Binary 10010 10101101 11100111 1011100 11001 0 1001 11000100 1010110 110001

Color Harmonies of #12ADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADE7

Black with #12ADE7

Text Example


Text Example

White with #12ADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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