Html Css Color HEX #12BCED Deep Sky Blue

📋 copy color: '#12BCED'

red 18 ◦ green 188 ◦ blue 237

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

Shades of Deep Sky Blue #12BCED

Tints of Deep Sky Blue #12BCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 4.06%
G = 42.44%
B = 53.5%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12BCED (or 0x12BCED) is known color: Deep Sky Blue. HEX triplet: 12, BC and ED. RGB value is (18,188,237). Sum of RGB (Red+Green+Blue) = 18+188+237=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #12BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCED is #ED4312. Grayscale: #8E8E8E. Windows color (decimal): -15549203 or 15580178. OLE color: 15580178.

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

Color convert

RGB 18 188 237 -
CMYK 0.92 0.21 0 0.07
HSL 193.42º 0.86% 0.5% -
HSV(B) 193.42º 0.92% 0.93% -
XYZ 33.52 42.21 86.5 -
YUV 142.76 181.18 39.02 -
System Red Green Blue C M Y K H S L
Decimal 18 188 237 0.92 0.21 0 0.07 193.42 0.86 0.5
Hex 12 BC ED 5C 15 0 7 C1 56 32
Octal 22 274 355 134 25 0 7 301 126 62
Binary 10010 10111100 11101101 1011100 10101 0 111 11000001 1010110 110010

Color Harmonies of #12BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCED

Black with #12BCED

Text Example


Text Example

White with #12BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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