Html Css Color HEX #12BBE6 Deep Sky Blue

📋 copy color: '#12BBE6'

red 18 ◦ green 187 ◦ blue 230

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

Shades of Deep Sky Blue #12BBE6

Tints of Deep Sky Blue #12BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.99%

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 4.14%
G = 42.99%
B = 52.87%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#12BBE6 (or 0x12BBE6) is known color: Deep Sky Blue. HEX triplet: 12, BB and E6. RGB value is (18,187,230). Sum of RGB (Red+Green+Blue) = 18+187+230=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #12BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BBE6 is #ED4419. Grayscale: #8D8D8D. Windows color (decimal): -15549466 or 15121170. OLE color: 15121170.

HSL color Cylindrical-coordinate representation of color #12BBE6: hue angle of 192.17º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BBE6 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 187 230 -
CMYK 0.92 0.19 0 0.10
HSL 192.17º 0.85% 0.49% -
HSV(B) 192.17º 0.92% 0.9% -
XYZ 32.3 41.38 81.15 -
YUV 141.37 178.01 40 -
System Red Green Blue C M Y K H S L
Decimal 18 187 230 0.92 0.19 0 0.10 192.17 0.85 0.49
Hex 12 BB E6 5C 13 0 A C0 55 31
Octal 22 273 346 134 23 0 12 300 125 61
Binary 10010 10111011 11100110 1011100 10011 0 1010 11000000 1010101 110001

Color Harmonies of #12BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BBE6

Black with #12BBE6

Text Example


Text Example

White with #12BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,187,230); }

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

background-color css

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

 a { background-color: rgb(18,187,230); }

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

border-color css

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

 span { border-color: rgb(18,187,230); }

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