Html Css Color HEX #12BDEF Deep Sky Blue

📋 copy color: '#12BDEF'

red 18 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #12BDEF

Tints of Deep Sky Blue #12BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 4.04%
G = 42.38%
B = 53.59%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#12BDEF (or 0x12BDEF) is known color: Deep Sky Blue. HEX triplet: 12, BD and EF. RGB value is (18,189,239). Sum of RGB (Red+Green+Blue) = 18+189+239=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #12BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDEF is #ED4210. Grayscale: #8F8F8F. Windows color (decimal): -15548945 or 15711506. OLE color: 15711506.

HSL color Cylindrical-coordinate representation of color #12BDEF: hue angle of 193.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BDEF is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 189 239 -
CMYK 0.92 0.21 0 0.06
HSL 193.57º 0.87% 0.5% -
HSV(B) 193.57º 0.92% 0.94% -
XYZ 34.03 42.76 88.12 -
YUV 143.57 181.85 38.43 -
System Red Green Blue C M Y K H S L
Decimal 18 189 239 0.92 0.21 0 0.06 193.57 0.87 0.5
Hex 12 BD EF 5C 15 0 6 C2 57 32
Octal 22 275 357 134 25 0 6 302 127 62
Binary 10010 10111101 11101111 1011100 10101 0 110 11000010 1010111 110010

Color Harmonies of #12BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDEF

Black with #12BDEF

Text Example


Text Example

White with #12BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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