Html Css Color HEX #12C2FF Deep Sky Blue

📋 copy color: '#12C2FF'

red 18 ◦ green 194 ◦ blue 255

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

Shades of Deep Sky Blue #12C2FF

Tints of Deep Sky Blue #12C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 3.85%
G = 41.54%
B = 54.6%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12C2FF (or 0x12C2FF) is known color: Deep Sky Blue. HEX triplet: 12, C2 and FF. RGB value is (18,194,255). Sum of RGB (Red+Green+Blue) = 18+194+255=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #12C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C2FF is #ED3D00. Grayscale: #939393. Windows color (decimal): -15547649 or 16761362. OLE color: 16761362.

HSL color Cylindrical-coordinate representation of color #12C2FF: hue angle of 195.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C2FF is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 194 255 -
CMYK 0.93 0.24 0 0
HSL 195.44º 1% 0.54% -
HSV(B) 195.44º 0.93% 1% -
XYZ 37.59 45.93 101.49 -
YUV 148.33 188.19 35.04 -
System Red Green Blue C M Y K H S L
Decimal 18 194 255 0.93 0.24 0 0 195.44 1 0.54
Hex 12 C2 FF 5D 18 0 0 C3 64 36
Octal 22 302 377 135 30 0 0 303 144 66
Binary 10010 11000010 11111111 1011101 11000 0 0 11000011 1100100 110110

Color Harmonies of #12C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C2FF

Black with #12C2FF

Text Example


Text Example

White with #12C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,194,255); }

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

background-color css

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

 a { background-color: rgb(18,194,255); }

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

border-color css

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

 span { border-color: rgb(18,194,255); }

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