Html Css Color HEX #12B9FB Deep Sky Blue

📋 copy color: '#12B9FB'

red 18 ◦ green 185 ◦ blue 251

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

Shades of Deep Sky Blue #12B9FB

Tints of Deep Sky Blue #12B9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 3.96%
G = 40.75%
B = 55.29%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12B9FB (or 0x12B9FB) is known color: Deep Sky Blue. HEX triplet: 12, B9 and FB. RGB value is (18,185,251). Sum of RGB (Red+Green+Blue) = 18+185+251=454 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #12B9FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B9FB is #ED4604. Grayscale: #8E8E8E. Windows color (decimal): -15549957 or 16496914. OLE color: 16496914.

HSL color Cylindrical-coordinate representation of color #12B9FB: hue angle of 197º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12B9FB is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 185 251 -
CMYK 0.93 0.26 0 0.02
HSL 197º 0.97% 0.53% -
HSV(B) 197º 0.93% 0.98% -
XYZ 35.01 41.79 97.49 -
YUV 142.59 189.17 39.13 -
System Red Green Blue C M Y K H S L
Decimal 18 185 251 0.93 0.26 0 0.02 197 0.97 0.53
Hex 12 B9 FB 5D 1A 0 2 C5 61 35
Octal 22 271 373 135 32 0 2 305 141 65
Binary 10010 10111001 11111011 1011101 11010 0 10 11000101 1100001 110101

Color Harmonies of #12B9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B9FB

Black with #12B9FB

Text Example


Text Example

White with #12B9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,185,251); }

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

background-color css

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

 a { background-color: rgb(18,185,251); }

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

border-color css

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

 span { border-color: rgb(18,185,251); }

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