Html Css Color HEX #12B7EA Deep Sky Blue

📋 copy color: '#12B7EA'

red 18 ◦ green 183 ◦ blue 234

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

Shades of Deep Sky Blue #12B7EA

Tints of Deep Sky Blue #12B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 4.14%
G = 42.07%
B = 53.79%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12B7EA (or 0x12B7EA) is known color: Deep Sky Blue. HEX triplet: 12, B7 and EA. RGB value is (18,183,234). Sum of RGB (Red+Green+Blue) = 18+183+234=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #12B7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B7EA is #ED4815. Grayscale: #8B8B8B. Windows color (decimal): -15550486 or 15382290. OLE color: 15382290.

HSL color Cylindrical-coordinate representation of color #12B7EA: hue angle of 194.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B7EA is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 183 234 -
CMYK 0.92 0.22 0 0.08
HSL 194.17º 0.86% 0.49% -
HSV(B) 194.17º 0.92% 0.92% -
XYZ 32.03 39.94 83.86 -
YUV 139.48 181.34 41.35 -
System Red Green Blue C M Y K H S L
Decimal 18 183 234 0.92 0.22 0 0.08 194.17 0.86 0.49
Hex 12 B7 EA 5C 16 0 8 C2 56 31
Octal 22 267 352 134 26 0 10 302 126 61
Binary 10010 10110111 11101010 1011100 10110 0 1000 11000010 1010110 110001

Color Harmonies of #12B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B7EA

Black with #12B7EA

Text Example


Text Example

White with #12B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,234); }

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

background-color css

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

 a { background-color: rgb(18,183,234); }

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

border-color css

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

 span { border-color: rgb(18,183,234); }

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