Html Css Color HEX #12C8FB Deep Sky Blue

📋 copy color: '#12C8FB'

red 18 ◦ green 200 ◦ blue 251

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

Shades of Deep Sky Blue #12C8FB

Tints of Deep Sky Blue #12C8FB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.64%

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

R = 3.84%
G = 42.64%
B = 53.52%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12C8FB (or 0x12C8FB) is known color: Deep Sky Blue. HEX triplet: 12, C8 and FB. RGB value is (18,200,251). Sum of RGB (Red+Green+Blue) = 18+200+251=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #12C8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C8FB is #ED3704. Grayscale: #979797. Windows color (decimal): -15546117 or 16500754. OLE color: 16500754.

HSL color Cylindrical-coordinate representation of color #12C8FB: hue angle of 193.13º 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 #12C8FB is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 200 251 -
CMYK 0.93 0.20 0 0.02
HSL 193.13º 0.97% 0.53% -
HSV(B) 193.13º 0.93% 0.98% -
XYZ 38.32 48.4 98.59 -
YUV 151.4 184.2 32.85 -
System Red Green Blue C M Y K H S L
Decimal 18 200 251 0.93 0.20 0 0.02 193.13 0.97 0.53
Hex 12 C8 FB 5D 14 0 2 C1 61 35
Octal 22 310 373 135 24 0 2 301 141 65
Binary 10010 11001000 11111011 1011101 10100 0 10 11000001 1100001 110101

Color Harmonies of #12C8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C8FB

Black with #12C8FB

Text Example


Text Example

White with #12C8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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