Html Css Color HEX #12BBEB Deep Sky Blue

📋 copy color: '#12BBEB'

red 18 ◦ green 187 ◦ blue 235

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

Shades of Deep Sky Blue #12BBEB

Tints of Deep Sky Blue #12BBEB

RGB

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

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

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

R = 4.09%
G = 42.5%
B = 53.41%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12BBEB (or 0x12BBEB) is known color: Deep Sky Blue. HEX triplet: 12, BB and EB. RGB value is (18,187,235). Sum of RGB (Red+Green+Blue) = 18+187+235=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #12BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BBEB is #ED4414. Grayscale: #8D8D8D. Windows color (decimal): -15549461 or 15448850. OLE color: 15448850.

HSL color Cylindrical-coordinate representation of color #12BBEB: hue angle of 193.27º 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 #12BBEB is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 187 235 -
CMYK 0.92 0.20 0 0.08
HSL 193.27º 0.86% 0.5% -
HSV(B) 193.27º 0.92% 0.92% -
XYZ 33.02 41.67 84.9 -
YUV 141.94 180.51 39.6 -
System Red Green Blue C M Y K H S L
Decimal 18 187 235 0.92 0.20 0 0.08 193.27 0.86 0.5
Hex 12 BB EB 5C 14 0 8 C1 56 32
Octal 22 273 353 134 24 0 10 301 126 62
Binary 10010 10111011 11101011 1011100 10100 0 1000 11000001 1010110 110010

Color Harmonies of #12BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BBEB

Black with #12BBEB

Text Example


Text Example

White with #12BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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