Html Css Color HEX #12BCEA Deep Sky Blue

📋 copy color: '#12BCEA'

red 18 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #12BCEA

Tints of Deep Sky Blue #12BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 4.09%
G = 42.73%
B = 53.18%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12BCEA (or 0x12BCEA) is known color: Deep Sky Blue. HEX triplet: 12, BC and EA. RGB value is (18,188,234). Sum of RGB (Red+Green+Blue) = 18+188+234=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #12BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCEA is #ED4315. Grayscale: #8E8E8E. Windows color (decimal): -15549206 or 15383570. OLE color: 15383570.

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

Color convert

RGB 18 188 234 -
CMYK 0.92 0.20 0 0.08
HSL 192.78º 0.86% 0.49% -
HSV(B) 192.78º 0.92% 0.92% -
XYZ 33.08 42.04 84.21 -
YUV 142.41 179.68 39.26 -
System Red Green Blue C M Y K H S L
Decimal 18 188 234 0.92 0.20 0 0.08 192.78 0.86 0.49
Hex 12 BC EA 5C 14 0 8 C1 56 31
Octal 22 274 352 134 24 0 10 301 126 61
Binary 10010 10111100 11101010 1011100 10100 0 1000 11000001 1010110 110001

Color Harmonies of #12BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCEA

Black with #12BCEA

Text Example


Text Example

White with #12BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,234); }

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

background-color css

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

 a { background-color: rgb(18,188,234); }

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

border-color css

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

 span { border-color: rgb(18,188,234); }

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