Html Css Color HEX #12BDE8 Deep Sky Blue

📋 copy color: '#12BDE8'

red 18 ◦ green 189 ◦ blue 232

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

Shades of Deep Sky Blue #12BDE8

Tints of Deep Sky Blue #12BDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 4.1%
G = 43.05%
B = 52.85%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12BDE8 (or 0x12BDE8) is known color: Deep Sky Blue. HEX triplet: 12, BD and E8. RGB value is (18,189,232). Sum of RGB (Red+Green+Blue) = 18+189+232=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #12BDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDE8 is #ED4217. Grayscale: #8E8E8E. Windows color (decimal): -15548952 or 15252754. OLE color: 15252754.

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

Color convert

RGB 18 189 232 -
CMYK 0.92 0.19 0 0.09
HSL 192.06º 0.86% 0.49% -
HSV(B) 192.06º 0.92% 0.91% -
XYZ 33.01 42.35 82.78 -
YUV 142.77 178.35 39 -
System Red Green Blue C M Y K H S L
Decimal 18 189 232 0.92 0.19 0 0.09 192.06 0.86 0.49
Hex 12 BD E8 5C 13 0 9 C0 56 31
Octal 22 275 350 134 23 0 11 300 126 61
Binary 10010 10111101 11101000 1011100 10011 0 1001 11000000 1010110 110001

Color Harmonies of #12BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDE8

Black with #12BDE8

Text Example


Text Example

White with #12BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,232); }

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

background-color css

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

 a { background-color: rgb(18,189,232); }

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

border-color css

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

 span { border-color: rgb(18,189,232); }

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