Html Css Color HEX #12CDF3 Deep Sky Blue

📋 copy color: '#12CDF3'

red 18 ◦ green 205 ◦ blue 243

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

Shades of Deep Sky Blue #12CDF3

Tints of Deep Sky Blue #12CDF3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 3.86%
G = 43.99%
B = 52.15%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12CDF3 (or 0x12CDF3) is known color: Deep Sky Blue. HEX triplet: 12, CD and F3. RGB value is (18,205,243). Sum of RGB (Red+Green+Blue) = 18+205+243=466 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.86% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #12CDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CDF3 is #ED320C. Grayscale: #999999. Windows color (decimal): -15544845 or 15977746. OLE color: 15977746.

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

Color convert

RGB 18 205 243 -
CMYK 0.93 0.16 0 0.05
HSL 190.13º 0.9% 0.51% -
HSV(B) 190.13º 0.93% 0.95% -
XYZ 38.26 50.26 92.48 -
YUV 153.42 178.55 31.41 -
System Red Green Blue C M Y K H S L
Decimal 18 205 243 0.93 0.16 0 0.05 190.13 0.9 0.51
Hex 12 CD F3 5D 10 0 5 BE 5A 33
Octal 22 315 363 135 20 0 5 276 132 63
Binary 10010 11001101 11110011 1011101 10000 0 101 10111110 1011010 110011

Color Harmonies of #12CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDF3

Black with #12CDF3

Text Example


Text Example

White with #12CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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