Html Css Color HEX #12B7F3 Deep Sky Blue

📋 copy color: '#12B7F3'

red 18 ◦ green 183 ◦ blue 243

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

Shades of Deep Sky Blue #12B7F3

Tints of Deep Sky Blue #12B7F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 4.05%
G = 41.22%
B = 54.73%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12B7F3 (or 0x12B7F3) is known color: Deep Sky Blue. HEX triplet: 12, B7 and F3. RGB value is (18,183,243). Sum of RGB (Red+Green+Blue) = 18+183+243=444 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.05% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #12B7F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B7F3 is #ED480C. Grayscale: #8C8C8C. Windows color (decimal): -15550477 or 15972114. OLE color: 15972114.

HSL color Cylindrical-coordinate representation of color #12B7F3: hue angle of 196º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12B7F3 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 183 243 -
CMYK 0.93 0.25 0 0.05
HSL 196º 0.9% 0.51% -
HSV(B) 196º 0.93% 0.95% -
XYZ 33.36 40.47 90.85 -
YUV 140.51 185.84 40.62 -
System Red Green Blue C M Y K H S L
Decimal 18 183 243 0.93 0.25 0 0.05 196 0.9 0.51
Hex 12 B7 F3 5D 19 0 5 C4 5A 33
Octal 22 267 363 135 31 0 5 304 132 63
Binary 10010 10110111 11110011 1011101 11001 0 101 11000100 1011010 110011

Color Harmonies of #12B7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B7F3

Black with #12B7F3

Text Example


Text Example

White with #12B7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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