Html Css Color HEX #12ADF2 Deep Sky Blue

📋 copy color: '#12ADF2'

red 18 ◦ green 173 ◦ blue 242

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

Shades of Deep Sky Blue #12ADF2

Tints of Deep Sky Blue #12ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.89%

R = 4.16%
G = 39.95%
B = 55.89%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12ADF2 (or 0x12ADF2) is known color: Deep Sky Blue. HEX triplet: 12, AD and F2. RGB value is (18,173,242). Sum of RGB (Red+Green+Blue) = 18+173+242=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #12ADF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADF2 is #ED520D. Grayscale: #868686. Windows color (decimal): -15553038 or 15904018. OLE color: 15904018.

HSL color Cylindrical-coordinate representation of color #12ADF2: hue angle of 198.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ADF2 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 173 242 -
CMYK 0.93 0.29 0 0.05
HSL 198.48º 0.9% 0.51% -
HSV(B) 198.48º 0.93% 0.95% -
XYZ 31.22 36.43 89.39 -
YUV 134.52 188.65 44.89 -
System Red Green Blue C M Y K H S L
Decimal 18 173 242 0.93 0.29 0 0.05 198.48 0.9 0.51
Hex 12 AD F2 5D 1D 0 5 C6 5A 33
Octal 22 255 362 135 35 0 5 306 132 63
Binary 10010 10101101 11110010 1011101 11101 0 101 11000110 1011010 110011

Color Harmonies of #12ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADF2

Black with #12ADF2

Text Example


Text Example

White with #12ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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