Html Css Color HEX #12B9E9 Deep Sky Blue

📋 copy color: '#12B9E9'

red 18 ◦ green 185 ◦ blue 233

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

Shades of Deep Sky Blue #12B9E9

Tints of Deep Sky Blue #12B9E9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.43%

 BLUE value IS 233 (91.41% from 255) = 53.44%

R = 4.13%
G = 42.43%
B = 53.44%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12B9E9 (or 0x12B9E9) is known color: Deep Sky Blue. HEX triplet: 12, B9 and E9. RGB value is (18,185,233). Sum of RGB (Red+Green+Blue) = 18+185+233=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #12B9E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B9E9 is #ED4616. Grayscale: #8C8C8C. Windows color (decimal): -15549975 or 15317266. OLE color: 15317266.

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

Color convert

RGB 18 185 233 -
CMYK 0.92 0.21 0 0.09
HSL 193.4º 0.86% 0.49% -
HSV(B) 193.4º 0.92% 0.91% -
XYZ 32.31 40.71 83.25 -
YUV 140.54 180.17 40.6 -
System Red Green Blue C M Y K H S L
Decimal 18 185 233 0.92 0.21 0 0.09 193.4 0.86 0.49
Hex 12 B9 E9 5C 15 0 9 C1 56 31
Octal 22 271 351 134 25 0 11 301 126 61
Binary 10010 10111001 11101001 1011100 10101 0 1001 11000001 1010110 110001

Color Harmonies of #12B9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B9E9

Black with #12B9E9

Text Example


Text Example

White with #12B9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,185,233); }

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

background-color css

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

 a { background-color: rgb(18,185,233); }

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

border-color css

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

 span { border-color: rgb(18,185,233); }

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