Html Css Color HEX #12BCEB Deep Sky Blue

📋 copy color: '#12BCEB'

red 18 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #12BCEB

Tints of Deep Sky Blue #12BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 4.08%
G = 42.63%
B = 53.29%

CMYK

 C value IS 0.92

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12BCEB (or 0x12BCEB) is known color: Deep Sky Blue. HEX triplet: 12, BC and EB. RGB value is (18,188,235). Sum of RGB (Red+Green+Blue) = 18+188+235=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #12BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCEB is #ED4314. Grayscale: #8E8E8E. Windows color (decimal): -15549205 or 15449106. OLE color: 15449106.

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

Color convert

RGB 18 188 235 -
CMYK 0.92 0.2 0 0.08
HSL 193º 0.86% 0.5% -
HSV(B) 193º 0.92% 0.92% -
XYZ 33.23 42.09 84.97 -
YUV 142.53 180.18 39.18 -
System Red Green Blue C M Y K H S L
Decimal 18 188 235 0.92 0.2 0 0.08 193 0.86 0.5
Hex 12 BC EB 5C 14 0 8 C1 56 32
Octal 22 274 353 134 24 0 10 301 126 62
Binary 10010 10111100 11101011 1011100 10100 0 1000 11000001 1010110 110010

Color Harmonies of #12BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCEB

Black with #12BCEB

Text Example


Text Example

White with #12BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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