Html Css Color HEX #12DAFA Deep Sky Blue

📋 copy color: '#12DAFA'

red 18 ◦ green 218 ◦ blue 250

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

Shades of Deep Sky Blue #12DAFA

Tints of Deep Sky Blue #12DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 3.7%
G = 44.86%
B = 51.44%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12DAFA (or 0x12DAFA) is known color: Deep Sky Blue. HEX triplet: 12, DA and FA. RGB value is (18,218,250). Sum of RGB (Red+Green+Blue) = 18+218+250=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #12DAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DAFA is #ED2505. Grayscale: #A1A1A1. Windows color (decimal): -15541510 or 16439826. OLE color: 16439826.

HSL color Cylindrical-coordinate representation of color #12DAFA: hue angle of 188.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DAFA is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 218 250 -
CMYK 0.93 0.13 0 0.02
HSL 188.28º 0.96% 0.53% -
HSV(B) 188.28º 0.93% 0.98% -
XYZ 42.58 57.17 99.23 -
YUV 161.85 177.74 25.4 -
System Red Green Blue C M Y K H S L
Decimal 18 218 250 0.93 0.13 0 0.02 188.28 0.96 0.53
Hex 12 DA FA 5D D 0 2 BC 60 35
Octal 22 332 372 135 15 0 2 274 140 65
Binary 10010 11011010 11111010 1011101 1101 0 10 10111100 1100000 110101

Color Harmonies of #12DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DAFA

Black with #12DAFA

Text Example


Text Example

White with #12DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,250); }

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

background-color css

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

 a { background-color: rgb(18,218,250); }

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

border-color css

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

 span { border-color: rgb(18,218,250); }

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