Html Css Color HEX #12BCFF Deep Sky Blue

📋 copy color: '#12BCFF'

red 18 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #12BCFF

Tints of Deep Sky Blue #12BCFF

RGB

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

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

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

R = 3.9%
G = 40.78%
B = 55.31%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12BCFF (or 0x12BCFF) is known color: Deep Sky Blue. HEX triplet: 12, BC and FF. RGB value is (18,188,255). Sum of RGB (Red+Green+Blue) = 18+188+255=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #12BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCFF is #ED4300. Grayscale: #909090. Windows color (decimal): -15549185 or 16759826. OLE color: 16759826.

HSL color Cylindrical-coordinate representation of color #12BCFF: hue angle of 196.96º 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 #12BCFF is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 188 255 -
CMYK 0.93 0.26 0 0
HSL 196.96º 1% 0.54% -
HSV(B) 196.96º 0.93% 1% -
XYZ 36.28 43.32 101.06 -
YUV 144.81 190.18 37.55 -
System Red Green Blue C M Y K H S L
Decimal 18 188 255 0.93 0.26 0 0 196.96 1 0.54
Hex 12 BC FF 5D 1A 0 0 C5 64 36
Octal 22 274 377 135 32 0 0 305 144 66
Binary 10010 10111100 11111111 1011101 11010 0 0 11000101 1100100 110110

Color Harmonies of #12BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCFF

Black with #12BCFF

Text Example


Text Example

White with #12BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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