Html Css Color HEX #12D6FF Deep Sky Blue

📋 copy color: '#12D6FF'

red 18 ◦ green 214 ◦ blue 255

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

Shades of Deep Sky Blue #12D6FF

Tints of Deep Sky Blue #12D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.94%

 BLUE value IS 255 (100% from 255) = 52.36%

R = 3.7%
G = 43.94%
B = 52.36%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12D6FF (or 0x12D6FF) is known color: Deep Sky Blue. HEX triplet: 12, D6 and FF. RGB value is (18,214,255). Sum of RGB (Red+Green+Blue) = 18+214+255=487 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #12D6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D6FF is #ED2900. Grayscale: #9F9F9F. Windows color (decimal): -15542529 or 16766482. OLE color: 16766482.

HSL color Cylindrical-coordinate representation of color #12D6FF: hue angle of 190.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12D6FF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 214 255 -
CMYK 0.93 0.16 0 0
HSL 190.38º 1% 0.54% -
HSV(B) 190.38º 0.93% 1% -
XYZ 42.35 55.44 103.08 -
YUV 160.07 181.57 26.67 -
System Red Green Blue C M Y K H S L
Decimal 18 214 255 0.93 0.16 0 0 190.38 1 0.54
Hex 12 D6 FF 5D 10 0 0 BE 64 36
Octal 22 326 377 135 20 0 0 276 144 66
Binary 10010 11010110 11111111 1011101 10000 0 0 10111110 1100100 110110

Color Harmonies of #12D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D6FF

Black with #12D6FF

Text Example


Text Example

White with #12D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,214,255); }

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

background-color css

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

 a { background-color: rgb(18,214,255); }

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

border-color css

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

 span { border-color: rgb(18,214,255); }

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