Html Css Color HEX #12BEE9 Deep Sky Blue

📋 copy color: '#12BEE9'

red 18 ◦ green 190 ◦ blue 233

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

Shades of Deep Sky Blue #12BEE9

Tints of Deep Sky Blue #12BEE9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

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

R = 4.08%
G = 43.08%
B = 52.83%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12BEE9 (or 0x12BEE9) is known color: Deep Sky Blue. HEX triplet: 12, BE and E9. RGB value is (18,190,233). Sum of RGB (Red+Green+Blue) = 18+190+233=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #12BEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BEE9 is #ED4116. Grayscale: #8F8F8F. Windows color (decimal): -15548695 or 15318546. OLE color: 15318546.

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

Color convert

RGB 18 190 233 -
CMYK 0.92 0.18 0 0.09
HSL 192º 0.86% 0.49% -
HSV(B) 192º 0.92% 0.91% -
XYZ 33.37 42.84 83.6 -
YUV 143.47 178.52 38.5 -
System Red Green Blue C M Y K H S L
Decimal 18 190 233 0.92 0.18 0 0.09 192 0.86 0.49
Hex 12 BE E9 5C 12 0 9 C0 56 31
Octal 22 276 351 134 22 0 11 300 126 61
Binary 10010 10111110 11101001 1011100 10010 0 1001 11000000 1010110 110001

Color Harmonies of #12BEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BEE9

Black with #12BEE9

Text Example


Text Example

White with #12BEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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